#63CAD0

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

Shades of Medium Turquoise #63CAD0

Tints of Medium Turquoise #63CAD0

Color information

#63CAD0 (or 0x63CAD0) is unknown color: approx Medium Turquoise. HEX triplet: 63, CA and D0. RGB value is (99,202,208). Sum of RGB (Red+Green+Blue) = 99+202+208=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #63CAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAD0 is #9C352F. Grayscale: #ABABAB. Windows color (decimal): -10237232 or 13683299. OLE color: 13683299.

HSL color Cylindrical-coordinate representation of color #63CAD0: hue angle of 183.3º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CAD0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99202208-
CMYK0.520.0300.18
HSL183.3º53.69%60.2%-
HSV(B)183.3º52.4%81.57%-
XYZ37.6549.4567.23-
YUV171.89148.3876.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.45%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=19.45%
G=39.69%
B=40.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992022080.520.0300.18183.353.6960.2
Hex63CAD0343012b7363c
Octal1433123206430222676674
Binary110001111001010110100001101001101001010110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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