#63e5d7

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

Shades of Turquoise Blue #63E5D7

Tints of Turquoise Blue #63E5D7

Color information

#63E5D7 (or 0x63E5D7) is unknown color: approx Turquoise Blue. HEX triplet: 63, E5 and D7. RGB value is (99,229,215). Sum of RGB (Red+Green+Blue) = 99+229+215=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #63E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E5D7 is #9C1A28. Grayscale: #BCBCBC. Windows color (decimal): -10230313 or 14148963. OLE color: 14148963.

HSL color Cylindrical-coordinate representation of color #63E5D7: hue angle of 173.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E5D7 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB99229215-
CMYK0.5700.060.10
HSL173.54º71.43%64.31%-
HSV(B)173.54º56.77%89.8%-
XYZ45.4363.674.17-
YUV188.53142.9364.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.23%
GREEN value IS 229 (89.84% from 255) = 42.17%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=18.23%
G=42.17%
B=39.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal992292150.5700.060.10173.5471.4364.31
Hex63E5D73906Aae4740
Octal143345327710612256107100
Binary11000111110010111010111111001011010101010111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63e5d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,229,215); }

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

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

 a { background-color: rgb(99,229,215); }

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

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

 span { border-color: rgb(99,229,215); }

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