Html Css Color HEX #5FE9E4 Turquoise Blue

📋 copy color: '#5FE9E4'

red 95 ◦ green 233 ◦ blue 228

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

Shades of Turquoise Blue #5FE9E4

Tints of Turquoise Blue #5FE9E4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.91%

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 17.09%
G = 41.91%
B = 41.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#5FE9E4 (or 0x5FE9E4) is known color: Turquoise Blue. HEX triplet: 5F, E9 and E4. RGB value is (95,233,228). Sum of RGB (Red+Green+Blue) = 95+233+228=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9E4 is #A0161B. Grayscale: #BFBFBF. Windows color (decimal): -10491420 or 15001951. OLE color: 15001951.

HSL color Cylindrical-coordinate representation of color #5FE9E4: hue angle of 177.83º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE9E4 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 95 233 228 -
CMYK 0.59 0 0.02 0.09
HSL 177.83º 0.76% 0.64% -
HSV(B) 177.83º 0.59% 0.91% -
XYZ 47.86 66.31 83.68 -
YUV 191.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 95 233 228 0.59 0 0.02 0.09 177.83 0.76 0.64
Hex 5F E9 E4 3B 0 2 9 B2 4C 40
Octal 137 351 344 73 0 2 11 262 114 100
Binary 1011111 11101001 11100100 111011 0 10 1001 10110010 1001100 1000000

Color Harmonies of #5FE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE9E4

Black with #5FE9E4

Text Example


Text Example

White with #5FE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,233,228); }

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

background-color css

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

 a { background-color: rgb(95,233,228); }

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

border-color css

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

 span { border-color: rgb(95,233,228); }

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