#63DAE7

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

Shades of Turquoise Blue #63DAE7

Tints of Turquoise Blue #63DAE7

Color information

#63DAE7 (or 0x63DAE7) is unknown color: approx Turquoise Blue. HEX triplet: 63, DA and E7. RGB value is (99,218,231). Sum of RGB (Red+Green+Blue) = 99+218+231=548 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.07% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #63DAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DAE7 is #9C2518. Grayscale: #B7B7B7. Windows color (decimal): -10233113 or 15194723. OLE color: 15194723.

HSL color Cylindrical-coordinate representation of color #63DAE7: hue angle of 185.91º degrees, saturation: 0.73, 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 #63DAE7 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB99218231-
CMYK0.570.0600.09
HSL185.91º73.33%64.71%-
HSV(B)185.91º57.14%90.59%-
XYZ44.6458.5684.55-
YUV183.9154.5867.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.07%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 231 (90.62% from 255) = 42.15%
R=18.07%
G=39.78%
B=42.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal992182310.570.0600.09185.9173.3364.71
Hex63DAE739609ba4941
Octal143332347716011272111101
Binary11000111101101011100111111001110010011011101010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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