#63DBD7

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

Shades of Turquoise Blue #63DBD7

Tints of Turquoise Blue #63DBD7

Color information

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

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

Color convert

RGB99219215-
CMYK0.5500.020.14
HSL178º62.5%62.35%-
HSV(B)178º54.79%85.88%-
XYZ42.7458.2273.28-
YUV182.66146.2468.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992192150.5500.020.1417862.562.35
Hex63DBD73702Eb23e3e
Octal1433333276702162627676
Binary11000111101101111010111110111010111010110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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