#63DEDC

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

Shades of Turquoise Blue #63DEDC

Tints of Turquoise Blue #63DEDC

Color information

#63DEDC (or 0x63DEDC) is unknown color: approx Turquoise Blue. HEX triplet: 63, DE and DC. RGB value is (99,222,220). Sum of RGB (Red+Green+Blue) = 99+222+220=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEDC is #9C2123. Grayscale: #B8B8B8. Windows color (decimal): -10232100 or 14474851. OLE color: 14474851.

HSL color Cylindrical-coordinate representation of color #63DEDC: hue angle of 179.02º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEDC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB99222220-
CMYK0.5500.010.13
HSL179.02º65.08%62.94%-
HSV(B)179.02º55.41%87.06%-
XYZ44.1960.0676.97-
YUV185147.7566.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.30%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=18.30%
G=41.04%
B=40.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992222200.5500.010.13179.0265.0862.94
Hex63DEDC3701Db3413f
Octal14333633467011526310177
Binary11000111101111011011100110111011101101100111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,222,220); }

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

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

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

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

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

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

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