#63C8DA

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

Shades of Turquoise Blue #63C8DA

Tints of Turquoise Blue #63C8DA

Color information

#63C8DA (or 0x63C8DA) is unknown color: approx Turquoise Blue. HEX triplet: 63, C8 and DA. RGB value is (99,200,218). Sum of RGB (Red+Green+Blue) = 99+200+218=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #63C8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8DA is #9C3725. Grayscale: #ABABAB. Windows color (decimal): -10237734 or 14338147. OLE color: 14338147.

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

Color convert

RGB99200218-
CMYK0.550.0800.15
HSL189.08º61.66%62.16%-
HSV(B)189.08º54.59%85.49%-
XYZ38.4549.0273.77-
YUV171.85154.0476.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.15%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=19.15%
G=38.68%
B=42.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992002180.550.0800.15189.0861.6662.16
Hex63C8DA3780Fbd3e3e
Octal14331033267100172757676
Binary1100011110010001101101011011110000111110111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,200,218); }

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

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

 a { background-color: rgb(99,200,218); }

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

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

 span { border-color: rgb(99,200,218); }

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