#63CCDE

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

Shades of Turquoise Blue #63CCDE

Tints of Turquoise Blue #63CCDE

Color information

#63CCDE (or 0x63CCDE) is unknown color: approx Turquoise Blue. HEX triplet: 63, CC and DE. RGB value is (99,204,222). Sum of RGB (Red+Green+Blue) = 99+204+222=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #63CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCDE is #9C3321. Grayscale: #AEAEAE. Windows color (decimal): -10236706 or 14601315. OLE color: 14601315.

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

Color convert

RGB99204222-
CMYK0.550.0800.13
HSL188.78º65.08%62.94%-
HSV(B)188.78º55.41%87.06%-
XYZ39.9251.1176.87-
YUV174.66154.7174.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.86%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=18.86%
G=38.86%
B=42.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992042220.550.0800.13188.7865.0862.94
Hex63CCDE3780Dbd413f
Octal143314336671001527510177
Binary11000111100110011011110110111100001101101111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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