Html Css Color HEX #5FE9E0 Turquoise Blue

📋 copy color: '#5FE9E0'

red 95 ◦ green 233 ◦ blue 224

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

Shades of Turquoise Blue #5FE9E0

Tints of Turquoise Blue #5FE9E0

RGB

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

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

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

R = 17.21%
G = 42.21%
B = 40.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#5FE9E0 (or 0x5FE9E0) is known color: Turquoise Blue. HEX triplet: 5F, E9 and E0. RGB value is (95,233,224). Sum of RGB (Red+Green+Blue) = 95+233+224=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9E0 is #A0161F. Grayscale: #BEBEBE. Windows color (decimal): -10491424 or 14739807. OLE color: 14739807.

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

Color convert

RGB 95 233 224 -
CMYK 0.59 0 0.04 0.09
HSL 176.09º 0.76% 0.64% -
HSV(B) 176.09º 0.59% 0.91% -
XYZ 47.31 66.09 80.78 -
YUV 190.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 95 233 224 0.59 0 0.04 0.09 176.09 0.76 0.64
Hex 5F E9 E0 3B 0 4 9 B0 4C 40
Octal 137 351 340 73 0 4 11 260 114 100
Binary 1011111 11101001 11100000 111011 0 100 1001 10110000 1001100 1000000

Color Harmonies of #5FE9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE9E0

Black with #5FE9E0

Text Example


Text Example

White with #5FE9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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