#63D7DB

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

Shades of Turquoise Blue #63D7DB

Tints of Turquoise Blue #63D7DB

Color information

#63D7DB (or 0x63D7DB) is unknown color: approx Turquoise Blue. HEX triplet: 63, D7 and DB. RGB value is (99,215,219). Sum of RGB (Red+Green+Blue) = 99+215+219=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #63D7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D7DB is #9C2824. Grayscale: #B4B4B4. Windows color (decimal): -10233893 or 14407523. OLE color: 14407523.

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

Color convert

RGB99215219-
CMYK0.550.0200.14
HSL182º62.5%62.35%-
HSV(B)182º54.79%85.88%-
XYZ42.2356.3775.67-
YUV180.77149.5769.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.57%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=18.57%
G=40.34%
B=41.09%

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
Decimal992152190.550.0200.1418262.562.35
Hex63D7DB3720Eb63e3e
Octal1433273336720162667676
Binary11000111101011111011011110111100111010110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,215,219); }

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

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

 a { background-color: rgb(99,215,219); }

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

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

 span { border-color: rgb(99,215,219); }

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