#5fdcd8

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

Shades of Turquoise Blue #5FDCD8

Tints of Turquoise Blue #5FDCD8

Color information

#5FDCD8 (or 0x5FDCD8) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DC and D8. RGB value is (95,220,216). Sum of RGB (Red+Green+Blue) = 95+220+216=531 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.89% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDCD8 is #A02327. Grayscale: #B6B6B6. Windows color (decimal): -10494760 or 14212191. OLE color: 14212191.

HSL color Cylindrical-coordinate representation of color #5FDCD8: hue angle of 178.08º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDCD8 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB95220216-
CMYK0.5700.020.14
HSL178.08º64.1%61.76%-
HSV(B)178.08º56.82%86.27%-
XYZ42.7158.5874.02-
YUV182.17147.0965.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.89%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=17.89%
G=41.43%
B=40.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal952202160.5700.020.14178.0864.161.76
Hex5FDCD83902Eb2403e
Octal13733433071021626210076
Binary101111111011100110110001110010101110101100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fdcd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,216); }

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

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

 a { background-color: rgb(95,220,216); }

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

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

 span { border-color: rgb(95,220,216); }

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