#63EDE2

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

Shades of Turquoise Blue #63EDE2

Tints of Turquoise Blue #63EDE2

Color information

#63EDE2 (or 0x63EDE2) is unknown color: approx Turquoise Blue. HEX triplet: 63, ED and E2. RGB value is (99,237,226). Sum of RGB (Red+Green+Blue) = 99+237+226=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 226 (88.67% from 255 or 40.21% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDE2 is #9C121D. Grayscale: #C2C2C2. Windows color (decimal): -10228254 or 14871907. OLE color: 14871907.

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

Color convert

RGB99237226-
CMYK0.5800.050.07
HSL175.22º79.31%65.88%-
HSV(B)175.22º58.23%92.94%-
XYZ49.1668.7182.62-
YUV194.48145.7859.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.62%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 226 (88.67% from 255) = 40.21%
R=17.62%
G=42.17%
B=40.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992372260.5800.050.07175.2279.3165.88
Hex63EDE23A057af4f42
Octal14335534272057257117102
Binary1100011111011011110001011101001011111010111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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