#63C9CF

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

Shades of Medium Turquoise #63C9CF

Tints of Medium Turquoise #63C9CF

Color information

#63C9CF (or 0x63C9CF) is unknown color: approx Medium Turquoise. HEX triplet: 63, C9 and CF. RGB value is (99,201,207). Sum of RGB (Red+Green+Blue) = 99+201+207=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #63C9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C9CF is #9C3630. Grayscale: #ABABAB. Windows color (decimal): -10237489 or 13617507. OLE color: 13617507.

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

Color convert

RGB99201207-
CMYK0.520.0300.19
HSL183.33º52.94%60%-
HSV(B)183.33º52.17%81.18%-
XYZ37.2948.9366.51-
YUV171.19148.2176.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.53%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=19.53%
G=39.64%
B=40.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal992012070.520.0300.19183.3352.9460
Hex63C9CF343013b7353c
Octal1433113176430232676574
Binary110001111001001110011111101001101001110110111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,201,207); }

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

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

 a { background-color: rgb(99,201,207); }

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

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

 span { border-color: rgb(99,201,207); }

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