Html Css Color HEX #5FEAE0 Turquoise Blue

📋 copy color: '#5FEAE0'

red 95 ◦ green 234 ◦ blue 224

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

Shades of Turquoise Blue #5FEAE0

Tints of Turquoise Blue #5FEAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 17.18%
G = 42.31%
B = 40.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#5FEAE0 (or 0x5FEAE0) is known color: Turquoise Blue. HEX triplet: 5F, EA and E0. RGB value is (95,234,224). Sum of RGB (Red+Green+Blue) = 95+234+224=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEAE0 is #A0151F. Grayscale: #BFBFBF. Windows color (decimal): -10491168 or 14740063. OLE color: 14740063.

HSL color Cylindrical-coordinate representation of color #5FEAE0: hue angle of 175.68º 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 #5FEAE0 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 224 -
CMYK 0.59 0 0.04 0.08
HSL 175.68º 0.77% 0.65% -
HSV(B) 175.68º 0.59% 0.92% -
XYZ 47.6 66.66 80.88 -
YUV 191.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 95 234 224 0.59 0 0.04 0.08 175.68 0.77 0.65
Hex 5F EA E0 3B 0 4 8 B0 4D 41
Octal 137 352 340 73 0 4 10 260 115 101
Binary 1011111 11101010 11100000 111011 0 100 1000 10110000 1001101 1000001

Color Harmonies of #5FEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEAE0

Black with #5FEAE0

Text Example


Text Example

White with #5FEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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