#5DCFCF

Color #5DCFCF Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #5DCFCF

Tints of Medium Turquoise #5DCFCF

Color information

#5DCFCF (or 0x5DCFCF) is unknown color: approx Medium Turquoise. HEX triplet: 5D, CF and CF. RGB value is (93,207,207). Sum of RGB (Red+Green+Blue) = 93+207+207=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #5DCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFCF is #A23030. Grayscale: #ACACAC. Windows color (decimal): -10629169 or 13619037. OLE color: 13619037.

HSL color Cylindrical-coordinate representation of color #5DCFCF: hue angle of 180º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFCF is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93207207-
CMYK0.55000.19
HSL180º54.29%58.82%-
HSV(B)180º55.07%81.18%-
XYZ38.0951.4666.96-
YUV172.91147.2371-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 18.34%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=18.34%
G=40.83%
B=40.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932072070.55000.1918054.2958.82
Hex5DCFCF370013b4363b
Octal1353173176700232646673
Binary10111011100111111001111110111001001110110100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DCFCF; }

 p { color: rgb(93,207,207); }

 H1.HeaderClassName
 {
   color: #5DCFCF;
 }
 .AnyTagClassName
 {
   color: #5DCFCF;
 }
</style>
background-color css

<style>
 a { background-color: #5DCFCF; }

 a { background-color: rgb(93,207,207); }

 div.DivClassName
 {
   background-color: #5DCFCF;
 }
 .BgClassName
 {
   background-color: #5DCFCF;
 }
</style>
border-color css

<style>
 span { border-color: #5DCFCF; }

 span { border-color: rgb(93,207,207); }

 td.TdClassName
 {
   border-color: #5DCFCF;
 }
 .TagClassName
 {
   border-color: #5DCFCF;
 }
</style>