Html Css Color HEX #5EEFE9 Turquoise Blue

📋 copy color: '#5EEFE9'

red 94 ◦ green 239 ◦ blue 233

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

Shades of Turquoise Blue #5EEFE9

Tints of Turquoise Blue #5EEFE9

RGB

 RED value IS 94 (37.11% from 255) = 16.61%

 GREEN value IS 239 (93.75% from 255) = 42.23%

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 16.61%
G = 42.23%
B = 41.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#5EEFE9 (or 0x5EEFE9) is known color: Turquoise Blue. HEX triplet: 5E, EF and E9. RGB value is (94,239,233). Sum of RGB (Red+Green+Blue) = 94+239+233=566 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.61% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #5EEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFE9 is #A11016. Grayscale: #C2C2C2. Windows color (decimal): -10555415 or 15331166. OLE color: 15331166.

HSL color Cylindrical-coordinate representation of color #5EEFE9: hue angle of 177.52º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFE9 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 239 233 -
CMYK 0.61 0 0.03 0.06
HSL 177.52º 0.82% 0.65% -
HSV(B) 177.52º 0.61% 0.94% -
XYZ 50.19 70 87.96 -
YUV 194.96 149.46 55.99 -
System Red Green Blue C M Y K H S L
Decimal 94 239 233 0.61 0 0.03 0.06 177.52 0.82 0.65
Hex 5E EF E9 3D 0 3 6 B2 52 41
Octal 136 357 351 75 0 3 6 262 122 101
Binary 1011110 11101111 11101001 111101 0 11 110 10110010 1010010 1000001

Color Harmonies of #5EEFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEFE9

Black with #5EEFE9

Text Example


Text Example

White with #5EEFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,239,233); }

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

background-color css

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

 a { background-color: rgb(94,239,233); }

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

border-color css

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

 span { border-color: rgb(94,239,233); }

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