#63DADE

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

Shades of Turquoise Blue #63DADE

Tints of Turquoise Blue #63DADE

Color information

#63DADE (or 0x63DADE) is unknown color: approx Turquoise Blue. HEX triplet: 63, DA and DE. RGB value is (99,218,222). Sum of RGB (Red+Green+Blue) = 99+218+222=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #63DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DADE is #9C2521. Grayscale: #B6B6B6. Windows color (decimal): -10233122 or 14604899. OLE color: 14604899.

HSL color Cylindrical-coordinate representation of color #63DADE: hue angle of 181.95º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DADE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99218222-
CMYK0.550.0200.13
HSL181.95º65.08%62.94%-
HSV(B)181.95º55.41%87.06%-
XYZ43.458.0778.03-
YUV182.88150.0868.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.37%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=18.37%
G=40.45%
B=41.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992182220.550.0200.13181.9565.0862.94
Hex63DADE3720Db6413f
Octal14333233667201526610177
Binary110001111011010110111101101111001101101101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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