#63D7F0

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

Shades of Turquoise Blue #63D7F0

Tints of Turquoise Blue #63D7F0

Color information

#63D7F0 (or 0x63D7F0) is unknown color: approx Turquoise Blue. HEX triplet: 63, D7 and F0. RGB value is (99,215,240). Sum of RGB (Red+Green+Blue) = 99+215+240=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #63D7F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D7F0 is #9C280F. Grayscale: #B6B6B6. Windows color (decimal): -10233872 or 15783779. OLE color: 15783779.

HSL color Cylindrical-coordinate representation of color #63D7F0: hue angle of 190.64º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63D7F0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99215240-
CMYK0.590.1000.06
HSL190.64º82.46%66.47%-
HSV(B)190.64º58.75%94.12%-
XYZ45.1757.5491.16-
YUV183.17160.0767.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.87%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=17.87%
G=38.81%
B=43.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal992152400.590.1000.06190.6482.4666.47
Hex63D7F03BA06bf5242
Octal143327360731206277122102
Binary11000111101011111110000111011101001101011111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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