#5EE7F0

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

Shades of Turquoise Blue #5EE7F0

Tints of Turquoise Blue #5EE7F0

Color information

#5EE7F0 (or 0x5EE7F0) is unknown color: approx Turquoise Blue. HEX triplet: 5E, E7 and F0. RGB value is (94,231,240). Sum of RGB (Red+Green+Blue) = 94+231+240=565 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.64% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #5EE7F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EE7F0 is #A1180F. Grayscale: #BEBEBE. Windows color (decimal): -10557456 or 15787870. OLE color: 15787870.

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

Color convert

RGB94231240-
CMYK0.610.0400.06
HSL183.7º82.95%65.49%-
HSV(B)183.7º60.83%94.12%-
XYZ48.9265.8292.56-
YUV191.06155.6158.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.64%
GREEN value IS 231 (90.62% from 255) = 40.88%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=16.64%
G=40.88%
B=42.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal942312400.610.0400.06183.782.9565.49
Hex5EE7F03D406b85341
Octal13634736075406270123101
Binary1011110111001111111000011110110001101011100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,231,240); }

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

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

 a { background-color: rgb(94,231,240); }

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

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

 span { border-color: rgb(94,231,240); }

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