Html Css Color HEX #5FEADB Turquoise Blue

📋 copy color: '#5FEADB'

red 95 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #5FEADB

Tints of Turquoise Blue #5FEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 17.34%
G = 42.7%
B = 39.96%

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

#5FEADB (or 0x5FEADB) is known color: Turquoise Blue. HEX triplet: 5F, EA and DB. RGB value is (95,234,219). Sum of RGB (Red+Green+Blue) = 95+234+219=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEADB is #A01524. Grayscale: #BEBEBE. Windows color (decimal): -10491173 or 14412383. OLE color: 14412383.

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

Color convert

RGB 95 234 219 -
CMYK 0.59 0 0.06 0.08
HSL 173.53º 0.77% 0.65% -
HSV(B) 173.53º 0.59% 0.92% -
XYZ 46.93 66.39 77.36 -
YUV 190.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 95 234 219 0.59 0 0.06 0.08 173.53 0.77 0.65
Hex 5F EA DB 3B 0 6 8 AE 4D 41
Octal 137 352 333 73 0 6 10 256 115 101
Binary 1011111 11101010 11011011 111011 0 110 1000 10101110 1001101 1000001

Color Harmonies of #5FEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEADB

Black with #5FEADB

Text Example


Text Example

White with #5FEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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