Html Css Color HEX #5FDED8 Turquoise Blue

📋 copy color: '#5FDED8'

red 95 ◦ green 222 ◦ blue 216

#5FDED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #5FDED8

Tints of Turquoise Blue #5FDED8

RGB

 RED value IS 95 (37.5% from 255) = 17.82%

 GREEN value IS 222 (87.11% from 255) = 41.65%

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 17.82%
G = 41.65%
B = 40.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#5FDED8 (or 0x5FDED8) is known color: Turquoise Blue. HEX triplet: 5F, DE and D8. RGB value is (95,222,216). Sum of RGB (Red+Green+Blue) = 95+222+216=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDED8 is #A02127. Grayscale: #B7B7B7. Windows color (decimal): -10494248 or 14212703. OLE color: 14212703.

HSL color Cylindrical-coordinate representation of color #5FDED8: hue angle of 177.17º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDED8 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 222 216 -
CMYK 0.57 0 0.03 0.13
HSL 177.17º 0.66% 0.62% -
HSV(B) 177.17º 0.57% 0.87% -
XYZ 43.24 59.63 74.2 -
YUV 183.34 146.42 64.99 -
System Red Green Blue C M Y K H S L
Decimal 95 222 216 0.57 0 0.03 0.13 177.17 0.66 0.62
Hex 5F DE D8 39 0 3 D B1 42 3E
Octal 137 336 330 71 0 3 15 261 102 76
Binary 1011111 11011110 11011000 111001 0 11 1101 10110001 1000010 111110

Color Harmonies of #5FDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDED8

Black with #5FDED8

Text Example


Text Example

White with #5FDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FDED8;
 }
 .AnyTagClassName
 {
   color: #5FDED8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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