Html Css Color HEX #5FEADC Turquoise Blue

📋 copy color: '#5FEADC'

red 95 ◦ green 234 ◦ blue 220

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

Shades of Turquoise Blue #5FEADC

Tints of Turquoise Blue #5FEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 17.3%
G = 42.62%
B = 40.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#5FEADC (or 0x5FEADC) is known color: Turquoise Blue. HEX triplet: 5F, EA and DC. RGB value is (95,234,220). Sum of RGB (Red+Green+Blue) = 95+234+220=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEADC is #A01523. Grayscale: #BEBEBE. Windows color (decimal): -10491172 or 14477919. OLE color: 14477919.

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

Color convert

RGB 95 234 220 -
CMYK 0.59 0 0.06 0.08
HSL 173.96º 0.77% 0.65% -
HSV(B) 173.96º 0.59% 0.92% -
XYZ 47.06 66.45 78.06 -
YUV 190.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 95 234 220 0.59 0 0.06 0.08 173.96 0.77 0.65
Hex 5F EA DC 3B 0 6 8 AE 4D 41
Octal 137 352 334 73 0 6 10 256 115 101
Binary 1011111 11101010 11011100 111011 0 110 1000 10101110 1001101 1000001

Color Harmonies of #5FEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEADC

Black with #5FEADC

Text Example


Text Example

White with #5FEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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