#63E7F7

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

Shades of Turquoise Blue #63E7F7

Tints of Turquoise Blue #63E7F7

Color information

#63E7F7 (or 0x63E7F7) is unknown color: approx Turquoise Blue. HEX triplet: 63, E7 and F7. RGB value is (99,231,247). Sum of RGB (Red+Green+Blue) = 99+231+247=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #63E7F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63E7F7 is #9C1808. Grayscale: #C1C1C1. Windows color (decimal): -10229769 or 16246627. OLE color: 16246627.

HSL color Cylindrical-coordinate representation of color #63E7F7: hue angle of 186.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63E7F7 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB99231247-
CMYK0.600.0600.03
HSL186.49º90.24%67.84%-
HSV(B)186.49º59.92%96.86%-
XYZ50.5166.5298.17-
YUV193.36158.2760.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.16%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 247 (96.88% from 255) = 42.81%
R=17.16%
G=40.03%
B=42.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal992312470.600.0600.03186.4990.2467.84
Hex63E7F73C603ba5a44
Octal14334736774603272132104
Binary110001111100111111101111111001100111011101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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