#5eebec

Color #5EEBEC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5EEBEC

Tints of Turquoise Blue #5EEBEC

Color information

#5EEBEC (or 0x5EEBEC) is unknown color: approx Turquoise Blue. HEX triplet: 5E, EB and EC. RGB value is (94,235,236). Sum of RGB (Red+Green+Blue) = 94+235+236=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEBEC is #A11413. Grayscale: #C0C0C0. Windows color (decimal): -10556436 or 15526750. OLE color: 15526750.

HSL color Cylindrical-coordinate representation of color #5EEBEC: hue angle of 180.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBEC is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94235236-
CMYK0.600.0000.07
HSL180.42º78.89%64.71%-
HSV(B)180.42º60.17%92.55%-
XYZ49.4667.8589.85-
YUV192.96152.2957.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.64%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=16.64%
G=41.59%
B=41.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942352360.600.0000.07180.4278.8964.71
Hex5EEBEC3C007b44f41
Octal13635335474007264117101
Binary10111101110101111101100111100001111011010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eebec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5eebec;
 }
 .AnyTagClassName
 {
   color: #5eebec;
 }
</style>
background-color css

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

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

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

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

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

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