#63E0DA

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

Shades of Turquoise Blue #63E0DA

Tints of Turquoise Blue #63E0DA

Color information

#63E0DA (or 0x63E0DA) is unknown color: approx Turquoise Blue. HEX triplet: 63, E0 and DA. RGB value is (99,224,218). Sum of RGB (Red+Green+Blue) = 99+224+218=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0DA is #9C1F25. Grayscale: #B9B9B9. Windows color (decimal): -10231590 or 14344291. OLE color: 14344291.

HSL color Cylindrical-coordinate representation of color #63E0DA: hue angle of 177.12º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E0DA is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB99224218-
CMYK0.5600.030.12
HSL177.12º66.84%63.33%-
HSV(B)177.12º55.8%87.84%-
XYZ44.4661.0375.77-
YUV185.94146.0965.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.30%
GREEN value IS 224 (87.89% from 255) = 41.40%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=18.30%
G=41.40%
B=40.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal992242180.5600.030.12177.1266.8463.33
Hex63E0DA3803Cb1433f
Octal14334033270031426110377
Binary110001111100000110110101110000111100101100011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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