Html Css Color HEX #5FEAD9 Turquoise Blue

📋 copy color: '#5FEAD9'

red 95 ◦ green 234 ◦ blue 217

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

Shades of Turquoise Blue #5FEAD9

Tints of Turquoise Blue #5FEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.86%

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 17.4%
G = 42.86%
B = 39.74%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#5FEAD9 (or 0x5FEAD9) is known color: Turquoise Blue. HEX triplet: 5F, EA and D9. RGB value is (95,234,217). Sum of RGB (Red+Green+Blue) = 95+234+217=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAD9 is #A01526. Grayscale: #BEBEBE. Windows color (decimal): -10491175 or 14281311. OLE color: 14281311.

HSL color Cylindrical-coordinate representation of color #5FEAD9: hue angle of 172.66º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FEAD9 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 217 -
CMYK 0.59 0 0.07 0.08
HSL 172.66º 0.77% 0.65% -
HSV(B) 172.66º 0.59% 0.92% -
XYZ 46.67 66.29 75.98 -
YUV 190.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 95 234 217 0.59 0 0.07 0.08 172.66 0.77 0.65
Hex 5F EA D9 3B 0 7 8 AD 4D 41
Octal 137 352 331 73 0 7 10 255 115 101
Binary 1011111 11101010 11011001 111011 0 111 1000 10101101 1001101 1000001

Color Harmonies of #5FEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEAD9

Black with #5FEAD9

Text Example


Text Example

White with #5FEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,234,217); }

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

background-color css

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

 a { background-color: rgb(95,234,217); }

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

border-color css

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

 span { border-color: rgb(95,234,217); }

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