#63CACD

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

Shades of Medium Turquoise #63CACD

Tints of Medium Turquoise #63CACD

Color information

#63CACD (or 0x63CACD) is unknown color: approx Medium Turquoise. HEX triplet: 63, CA and CD. RGB value is (99,202,205). Sum of RGB (Red+Green+Blue) = 99+202+205=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #63CACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CACD is #9C3532. Grayscale: #ABABAB. Windows color (decimal): -10237235 or 13486691. OLE color: 13486691.

HSL color Cylindrical-coordinate representation of color #63CACD: hue angle of 181.7º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CACD is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99202205-
CMYK0.520.0100.20
HSL181.7º51.46%59.61%-
HSV(B)181.7º51.71%80.39%-
XYZ37.2949.365.31-
YUV171.54146.8876.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.57%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=19.57%
G=39.92%
B=40.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992022050.520.0100.20181.751.4659.61
Hex63CACD341014b6333c
Octal1433123156410242666374
Binary11000111100101011001101110100101010010110110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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