#5EEBE4

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

Shades of Turquoise Blue #5EEBE4

Tints of Turquoise Blue #5EEBE4

Color information

#5EEBE4 (or 0x5EEBE4) is unknown color: approx Turquoise Blue. HEX triplet: 5E, EB and E4. RGB value is (94,235,228). Sum of RGB (Red+Green+Blue) = 94+235+228=557 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.88% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBE4 is #A1141B. Grayscale: #BFBFBF. Windows color (decimal): -10556444 or 15002462. OLE color: 15002462.

HSL color Cylindrical-coordinate representation of color #5EEBE4: hue angle of 177.02º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBE4 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB94235228-
CMYK0.600.030.08
HSL177.02º77.9%64.51%-
HSV(B)177.02º60%92.16%-
XYZ48.3367.483.86-
YUV192.04148.2958.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.88%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=16.88%
G=42.19%
B=40.93%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal942352280.600.030.08177.0277.964.51
Hex5EEBE43C038b14e41
Octal136353344740310261116101
Binary1011110111010111110010011110001110001011000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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