#63ECEC

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

Shades of Turquoise Blue #63ECEC

Tints of Turquoise Blue #63ECEC

Color information

#63ECEC (or 0x63ECEC) is unknown color: approx Turquoise Blue. HEX triplet: 63, EC and EC. RGB value is (99,236,236). Sum of RGB (Red+Green+Blue) = 99+236+236=571 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.34% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #63ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECEC is #9C1313. Grayscale: #C2C2C2. Windows color (decimal): -10228500 or 15527011. OLE color: 15527011.

HSL color Cylindrical-coordinate representation of color #63ECEC: hue angle of 180º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECEC is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99236236-
CMYK0.58000.07
HSL180º78.29%65.69%-
HSV(B)180º58.05%92.55%-
XYZ50.2868.789.97-
YUV195.04151.1159.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.34%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=17.34%
G=41.33%
B=41.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992362360.58000.0718078.2965.69
Hex63ECEC3A007b44e42
Octal14335435472007264116102
Binary11000111110110011101100111010001111011010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63ECEC; }

 p { color: rgb(99,236,236); }

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

<style>
 a { background-color: #63ECEC; }

 a { background-color: rgb(99,236,236); }

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

<style>
 span { border-color: #63ECEC; }

 span { border-color: rgb(99,236,236); }

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