Html Css Color HEX #5FEADD Turquoise Blue

📋 copy color: '#5FEADD'

red 95 ◦ green 234 ◦ blue 221

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

Shades of Turquoise Blue #5FEADD

Tints of Turquoise Blue #5FEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 17.27%
G = 42.55%
B = 40.18%

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

#5FEADD (or 0x5FEADD) is known color: Turquoise Blue. HEX triplet: 5F, EA and DD. RGB value is (95,234,221). Sum of RGB (Red+Green+Blue) = 95+234+221=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEADD is #A01522. Grayscale: #BEBEBE. Windows color (decimal): -10491171 or 14543455. OLE color: 14543455.

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

Color convert

RGB 95 234 221 -
CMYK 0.59 0 0.06 0.08
HSL 174.39º 0.77% 0.65% -
HSV(B) 174.39º 0.59% 0.92% -
XYZ 47.19 66.5 78.75 -
YUV 190.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 95 234 221 0.59 0 0.06 0.08 174.39 0.77 0.65
Hex 5F EA DD 3B 0 6 8 AE 4D 41
Octal 137 352 335 73 0 6 10 256 115 101
Binary 1011111 11101010 11011101 111011 0 110 1000 10101110 1001101 1000001

Color Harmonies of #5FEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEADD

Black with #5FEADD

Text Example


Text Example

White with #5FEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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