#63DAD6

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

Shades of Turquoise Blue #63DAD6

Tints of Turquoise Blue #63DAD6

Color information

#63DAD6 (or 0x63DAD6) is unknown color: approx Turquoise Blue. HEX triplet: 63, DA and D6. RGB value is (99,218,214). Sum of RGB (Red+Green+Blue) = 99+218+214=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAD6 is #9C2529. Grayscale: #B5B5B5. Windows color (decimal): -10233130 or 14080611. OLE color: 14080611.

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

Color convert

RGB99218214-
CMYK0.5500.020.15
HSL177.98º61.66%62.16%-
HSV(B)177.98º54.59%85.49%-
XYZ42.3557.6572.51-
YUV181.96146.0868.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.64%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=18.64%
G=41.05%
B=40.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992182140.5500.020.15177.9861.6662.16
Hex63DAD63702Fb23e3e
Octal1433323266702172627676
Binary11000111101101011010110110111010111110110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,218,214); }

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

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

 a { background-color: rgb(99,218,214); }

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

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

 span { border-color: rgb(99,218,214); }

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