#63DEDE

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

Shades of Turquoise Blue #63DEDE

Tints of Turquoise Blue #63DEDE

Color information

#63DEDE (or 0x63DEDE) is unknown color: approx Turquoise Blue. HEX triplet: 63, DE and DE. RGB value is (99,222,222). Sum of RGB (Red+Green+Blue) = 99+222+222=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #63DEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEDE is #9C2121. Grayscale: #B9B9B9. Windows color (decimal): -10232098 or 14605923. OLE color: 14605923.

HSL color Cylindrical-coordinate representation of color #63DEDE: hue angle of 180º 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 #63DEDE is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99222222-
CMYK0.55000.13
HSL180º65.08%62.94%-
HSV(B)180º55.41%87.06%-
XYZ44.4560.1778.38-
YUV185.22148.7566.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.23%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=18.23%
G=40.88%
B=40.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992222220.55000.1318065.0862.94
Hex63DEDE3700Db4413f
Octal14333633667001526410177
Binary11000111101111011011110110111001101101101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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