#63D8DC

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

Shades of Turquoise Blue #63D8DC

Tints of Turquoise Blue #63D8DC

Color information

#63D8DC (or 0x63D8DC) is unknown color: approx Turquoise Blue. HEX triplet: 63, D8 and DC. RGB value is (99,216,220). Sum of RGB (Red+Green+Blue) = 99+216+220=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8DC is #9C2723. Grayscale: #B5B5B5. Windows color (decimal): -10233636 or 14473315. OLE color: 14473315.

HSL color Cylindrical-coordinate representation of color #63D8DC: hue angle of 181.98º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63D8DC is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99216220-
CMYK0.550.0200.14
HSL181.98º63.35%62.55%-
HSV(B)181.98º55%86.27%-
XYZ42.6256.9376.45-
YUV181.47149.7469.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.50%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=18.50%
G=40.37%
B=41.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992162200.550.0200.14181.9863.3562.55
Hex63D8DC3720Eb63f3f
Octal1433303346720162667777
Binary11000111101100011011100110111100111010110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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