Html Css Color HEX #5EEEEC Turquoise Blue

📋 copy color: '#5EEEEC'

red 94 ◦ green 238 ◦ blue 236

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

Shades of Turquoise Blue #5EEEEC

Tints of Turquoise Blue #5EEEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.9%

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 16.55%
G = 41.9%
B = 41.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#5EEEEC (or 0x5EEEEC) is known color: Turquoise Blue. HEX triplet: 5E, EE and EC. RGB value is (94,238,236). Sum of RGB (Red+Green+Blue) = 94+238+236=568 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.55% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEEEC is #A11113. Grayscale: #C2C2C2. Windows color (decimal): -10555668 or 15527518. OLE color: 15527518.

HSL color Cylindrical-coordinate representation of color #5EEEEC: hue angle of 179.17º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEEEC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 238 236 -
CMYK 0.61 0 0.01 0.07
HSL 179.17º 0.81% 0.65% -
HSV(B) 179.17º 0.61% 0.93% -
XYZ 50.33 69.58 90.14 -
YUV 194.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 94 238 236 0.61 0 0.01 0.07 179.17 0.81 0.65
Hex 5E EE EC 3D 0 1 7 B3 51 41
Octal 136 356 354 75 0 1 7 263 121 101
Binary 1011110 11101110 11101100 111101 0 1 111 10110011 1010001 1000001

Color Harmonies of #5EEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEEEC

Black with #5EEEEC

Text Example


Text Example

White with #5EEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,238,236); }

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

background-color css

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

 a { background-color: rgb(94,238,236); }

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

border-color css

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

 span { border-color: rgb(94,238,236); }

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