#5CE9FC

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

Shades of Turquoise Blue #5CE9FC

Tints of Turquoise Blue #5CE9FC

Color information

#5CE9FC (or 0x5CE9FC) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E9 and FC. RGB value is (92,233,252). Sum of RGB (Red+Green+Blue) = 92+233+252=577 (76% of max value = 765). Red value is 92 (36.33% from 255 or 15.94% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CE9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CE9FC is #A31603. Grayscale: #C0C0C0. Windows color (decimal): -10688004 or 16574812. OLE color: 16574812.

HSL color Cylindrical-coordinate representation of color #5CE9FC: hue angle of 187.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CE9FC is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92233252-
CMYK0.630.0800.01
HSL187.12º96.39%67.45%-
HSV(B)187.12º63.49%98.82%-
XYZ51.1267.58102.45-
YUV193.01161.2955.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 15.94%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=15.94%
G=40.38%
B=43.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922332520.630.0800.01187.1296.3967.45
Hex5CE9FC3F801bb6043
Octal134351374771001273140103
Binary101110011101001111111001111111000011011101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,233,252); }

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

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

 a { background-color: rgb(92,233,252); }

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

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

 span { border-color: rgb(92,233,252); }

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