#5CE0FC

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

Shades of Turquoise Blue #5CE0FC

Tints of Turquoise Blue #5CE0FC

Color information

#5CE0FC (or 0x5CE0FC) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E0 and FC. RGB value is (92,224,252). Sum of RGB (Red+Green+Blue) = 92+224+252=568 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.20% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CE0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE0FC is #A31F03. Grayscale: #BBBBBB. Windows color (decimal): -10690308 or 16572508. OLE color: 16572508.

HSL color Cylindrical-coordinate representation of color #5CE0FC: hue angle of 190.5º 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 #5CE0FC is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB92224252-
CMYK0.630.1100.01
HSL190.5º96.39%67.45%-
HSV(B)190.5º63.49%98.82%-
XYZ48.6462.61101.62-
YUV187.72164.2759.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.20%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=16.20%
G=39.44%
B=44.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922242520.630.1100.01190.596.3967.45
Hex5CE0FC3FB01be6043
Octal134340374771301276140103
Binary101110011100000111111001111111011011011111011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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