#5CE2FF

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

Shades of Turquoise Blue #5CE2FF

Tints of Turquoise Blue #5CE2FF

Color information

#5CE2FF (or 0x5CE2FF) is unknown color: approx Turquoise Blue. HEX triplet: 5C, E2 and FF. RGB value is (92,226,255). Sum of RGB (Red+Green+Blue) = 92+226+255=573 (75% of max value = 765). Red value is 92 (36.33% from 255 or 16.06% from 573); Green value is 226 (88.67% from 255 or 39.44% 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 #5CE2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CE2FF is #A31D00. Grayscale: #BCBCBC. Windows color (decimal): -10689793 or 16769628. OLE color: 16769628.

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

Color convert

RGB92226255-
CMYK0.640.1100
HSL190.67º100%68.04%-
HSV(B)190.67º63.92%100%-
XYZ49.6663.89104.32-
YUV189.24165.1158.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.06%
GREEN value IS 226 (88.67% from 255) = 39.44%
BLUE value IS 255 (100% from 255) = 44.50%
R=16.06%
G=39.44%
B=44.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal922262550.640.1100190.6710068.04
Hex5CE2FF40B00bf6444
Octal1343423771001300277144104
Binary1011100111000101111111110000001011001011111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,226,255); }

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

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

 a { background-color: rgb(92,226,255); }

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

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

 span { border-color: rgb(92,226,255); }

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