#63EADE

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

Shades of Turquoise Blue #63EADE

Tints of Turquoise Blue #63EADE

Color information

#63EADE (or 0x63EADE) is unknown color: approx Turquoise Blue. HEX triplet: 63, EA and DE. RGB value is (99,234,222). Sum of RGB (Red+Green+Blue) = 99+234+222=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #63EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EADE is #9C1521. Grayscale: #C0C0C0. Windows color (decimal): -10229026 or 14608995. OLE color: 14608995.

HSL color Cylindrical-coordinate representation of color #63EADE: hue angle of 174.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EADE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB99234222-
CMYK0.5800.050.08
HSL174.67º76.27%65.29%-
HSV(B)174.67º57.69%91.76%-
XYZ47.7566.7779.48-
YUV192.27144.7761.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.84%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 222 (87.11% from 255) = 40%
R=17.84%
G=42.16%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal992342220.5800.050.08174.6776.2765.29
Hex63EADE3A058af4c41
Octal143352336720510257114101
Binary11000111110101011011110111010010110001010111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,234,222); }

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

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

 a { background-color: rgb(99,234,222); }

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

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

 span { border-color: rgb(99,234,222); }

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