Html Css Color HEX #5EE2EF Turquoise Blue

📋 copy color: '#5EE2EF'

red 94 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #5EE2EF

Tints of Turquoise Blue #5EE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 16.82%
G = 40.43%
B = 42.75%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5EE2EF (or 0x5EE2EF) is known color: Turquoise Blue. HEX triplet: 5E, E2 and EF. RGB value is (94,226,239). Sum of RGB (Red+Green+Blue) = 94+226+239=559 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.82% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EE2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EE2EF is #A11D10. Grayscale: #BBBBBB. Windows color (decimal): -10558737 or 15721054. OLE color: 15721054.

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

Color convert

RGB 94 226 239 -
CMYK 0.61 0.05 0 0.06
HSL 185.38º 0.82% 0.65% -
HSV(B) 185.38º 0.61% 0.94% -
XYZ 47.39 63 91.32 -
YUV 188.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 94 226 239 0.61 0.05 0 0.06 185.38 0.82 0.65
Hex 5E E2 EF 3D 5 0 6 B9 52 41
Octal 136 342 357 75 5 0 6 271 122 101
Binary 1011110 11100010 11101111 111101 101 0 110 10111001 1010010 1000001

Color Harmonies of #5EE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE2EF

Black with #5EE2EF

Text Example


Text Example

White with #5EE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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