#63D2DC

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

Shades of Turquoise Blue #63D2DC

Tints of Turquoise Blue #63D2DC

Color information

#63D2DC (or 0x63D2DC) is unknown color: approx Turquoise Blue. HEX triplet: 63, D2 and DC. RGB value is (99,210,220). Sum of RGB (Red+Green+Blue) = 99+210+220=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2DC is #9C2D23. Grayscale: #B1B1B1. Windows color (decimal): -10235172 or 14471779. OLE color: 14471779.

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

Color convert

RGB99210220-
CMYK0.550.0500.14
HSL184.96º63.35%62.55%-
HSV(B)184.96º55%86.27%-
XYZ41.1153.9175.95-
YUV177.95151.7371.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.71%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=18.71%
G=39.70%
B=41.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992102200.550.0500.14184.9663.3562.55
Hex63D2DC3750Eb93f3f
Octal1433223346750162717777
Binary110001111010010110111001101111010111010111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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