#5ee0ff

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

Shades of Turquoise Blue #5EE0FF

Tints of Turquoise Blue #5EE0FF

Color information

#5EE0FF (or 0x5EE0FF) is unknown color: approx Turquoise Blue. HEX triplet: 5E, E0 and FF. RGB value is (94,224,255). Sum of RGB (Red+Green+Blue) = 94+224+255=573 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.40% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EE0FF is #A11F00. Grayscale: #BCBCBC. Windows color (decimal): -10559233 or 16769118. OLE color: 16769118.

HSL color Cylindrical-coordinate representation of color #5EE0FF: hue angle of 191.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EE0FF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB94224255-
CMYK0.630.1200
HSL191.55º100%68.43%-
HSV(B)191.55º63.14%100%-
XYZ49.3262.91104.15-
YUV188.66165.4360.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.40%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 255 (100% from 255) = 44.50%
R=16.40%
G=39.09%
B=44.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal942242550.630.1200191.5510068.43
Hex5EE0FF3FC00c06444
Octal136340377771400300144104
Binary101111011100000111111111111111100001100000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ee0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,224,255); }

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

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

 a { background-color: rgb(94,224,255); }

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

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

 span { border-color: rgb(94,224,255); }

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