#63DEE8

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

Shades of Turquoise Blue #63DEE8

Tints of Turquoise Blue #63DEE8

Color information

#63DEE8 (or 0x63DEE8) is unknown color: approx Turquoise Blue. HEX triplet: 63, DE and E8. RGB value is (99,222,232). Sum of RGB (Red+Green+Blue) = 99+222+232=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #63DEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DEE8 is #9C2117. Grayscale: #BABABA. Windows color (decimal): -10232088 or 15261283. OLE color: 15261283.

HSL color Cylindrical-coordinate representation of color #63DEE8: hue angle of 184.51º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63DEE8 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99222232-
CMYK0.570.0400.09
HSL184.51º74.3%64.9%-
HSV(B)184.51º57.33%90.98%-
XYZ45.8360.7285.65-
YUV186.36153.7565.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.90%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 232 (91.02% from 255) = 41.95%
R=17.90%
G=40.14%
B=41.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal992222320.570.0400.09184.5174.364.9
Hex63DEE839409b94a41
Octal143336350714011271112101
Binary11000111101111011101000111001100010011011100110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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