#5CE8F7

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

Shades of Turquoise Blue #5CE8F7

Tints of Turquoise Blue #5CE8F7

Color information

#5CE8F7 (or 0x5CE8F7) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E8 and F7. RGB value is (92,232,247). Sum of RGB (Red+Green+Blue) = 92+232+247=571 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.11% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #5CE8F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE8F7 is #A31708. Grayscale: #BFBFBF. Windows color (decimal): -10688265 or 16246876. OLE color: 16246876.

HSL color Cylindrical-coordinate representation of color #5CE8F7: hue angle of 185.81º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CE8F7 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB92232247-
CMYK0.630.0600.03
HSL185.81º90.64%66.47%-
HSV(B)185.81º62.75%96.86%-
XYZ50.0666.798.23-
YUV191.85159.1256.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.11%
GREEN value IS 232 (91.02% from 255) = 40.63%
BLUE value IS 247 (96.88% from 255) = 43.26%
R=16.11%
G=40.63%
B=43.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal922322470.630.0600.03185.8190.6466.47
Hex5CE8F73F603ba5b42
Octal13435036777603272133102
Binary101110011101000111101111111111100111011101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,232,247); }

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

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

 a { background-color: rgb(92,232,247); }

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

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

 span { border-color: rgb(92,232,247); }

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