#63C6CD

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

Shades of Medium Turquoise #63C6CD

Tints of Medium Turquoise #63C6CD

Color information

#63C6CD (or 0x63C6CD) is unknown color: approx Medium Turquoise. HEX triplet: 63, C6 and CD. RGB value is (99,198,205). Sum of RGB (Red+Green+Blue) = 99+198+205=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #63C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6CD is #9C3932. Grayscale: #A9A9A9. Windows color (decimal): -10238259 or 13485667. OLE color: 13485667.

HSL color Cylindrical-coordinate representation of color #63C6CD: hue angle of 183.96º 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 #63C6CD is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99198205-
CMYK0.520.0300.20
HSL183.96º51.46%59.61%-
HSV(B)183.96º51.71%80.39%-
XYZ36.3647.4565-
YUV169.2148.277.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.72%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=19.72%
G=39.44%
B=40.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991982050.520.0300.20183.9651.4659.61
Hex63C6CD343014b8333c
Octal1433063156430242706374
Binary110001111000110110011011101001101010010111000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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