#63D9DD

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

Shades of Turquoise Blue #63D9DD

Tints of Turquoise Blue #63D9DD

Color information

#63D9DD (or 0x63D9DD) is unknown color: approx Turquoise Blue. HEX triplet: 63, D9 and DD. RGB value is (99,217,221). Sum of RGB (Red+Green+Blue) = 99+217+221=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #63D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D9DD is #9C2622. Grayscale: #B6B6B6. Windows color (decimal): -10233379 or 14539107. OLE color: 14539107.

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

Color convert

RGB99217221-
CMYK0.550.0200.13
HSL181.97º64.21%62.75%-
HSV(B)181.97º55.2%86.67%-
XYZ43.0157.577.24-
YUV182.17149.9168.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.44%
GREEN value IS 217 (85.16% from 255) = 40.41%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=18.44%
G=40.41%
B=41.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992172210.550.0200.13181.9764.2162.75
Hex63D9DD3720Db6403f
Octal14333133567201526610077
Binary110001111011001110111011101111001101101101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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