#63D3DD

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

Shades of Turquoise Blue #63D3DD

Tints of Turquoise Blue #63D3DD

Color information

#63D3DD (or 0x63D3DD) is unknown color: approx Turquoise Blue. HEX triplet: 63, D3 and DD. RGB value is (99,211,221). Sum of RGB (Red+Green+Blue) = 99+211+221=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #63D3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D3DD is #9C2C22. Grayscale: #B2B2B2. Windows color (decimal): -10234915 or 14537571. OLE color: 14537571.

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

Color convert

RGB99211221-
CMYK0.550.0500.13
HSL184.92º64.21%62.75%-
HSV(B)184.92º55.2%86.67%-
XYZ41.4954.4676.73-
YUV178.65151.8971.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.64%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=18.64%
G=39.74%
B=41.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992112210.550.0500.13184.9264.2162.75
Hex63D3DD3750Db9403f
Octal14332333567501527110077
Binary1100011110100111101110111011110101101101110011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,211,221); }

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

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

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

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

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

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

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