#63CAD9

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

Shades of Turquoise Blue #63CAD9

Tints of Turquoise Blue #63CAD9

Color information

#63CAD9 (or 0x63CAD9) is unknown color: approx Turquoise Blue. HEX triplet: 63, CA and D9. RGB value is (99,202,217). Sum of RGB (Red+Green+Blue) = 99+202+217=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #63CAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAD9 is #9C3526. Grayscale: #ACACAC. Windows color (decimal): -10237223 or 14273123. OLE color: 14273123.

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

Color convert

RGB99202217-
CMYK0.540.0700.15
HSL187.63º60.82%61.96%-
HSV(B)187.63º54.38%85.1%-
XYZ38.7949.973.23-
YUV172.91152.8875.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.11%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=19.11%
G=39.00%
B=41.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992022170.540.0700.15187.6360.8261.96
Hex63CAD93670Fbc3d3e
Octal1433123316670172747576
Binary110001111001010110110011101101110111110111100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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