#63ECE2

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

Shades of Turquoise Blue #63ECE2

Tints of Turquoise Blue #63ECE2

Color information

#63ECE2 (or 0x63ECE2) is unknown color: approx Turquoise Blue. HEX triplet: 63, EC and E2. RGB value is (99,236,226). Sum of RGB (Red+Green+Blue) = 99+236+226=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECE2 is #9C131D. Grayscale: #C1C1C1. Windows color (decimal): -10228510 or 14871651. OLE color: 14871651.

HSL color Cylindrical-coordinate representation of color #63ECE2: hue angle of 175.62º 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 #63ECE2 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB99236226-
CMYK0.5800.040.07
HSL175.62º78.29%65.69%-
HSV(B)175.62º58.05%92.55%-
XYZ48.8768.1382.53-
YUV193.9146.1160.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.65%
GREEN value IS 236 (92.58% from 255) = 42.07%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=17.65%
G=42.07%
B=40.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992362260.5800.040.07175.6278.2965.69
Hex63ECE23A047b04e42
Octal14335434272047260116102
Binary1100011111011001110001011101001001111011000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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