#63E0F7

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

Shades of Turquoise Blue #63E0F7

Tints of Turquoise Blue #63E0F7

Color information

#63E0F7 (or 0x63E0F7) is unknown color: approx Turquoise Blue. HEX triplet: 63, E0 and F7. RGB value is (99,224,247). Sum of RGB (Red+Green+Blue) = 99+224+247=570 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.37% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #63E0F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E0F7 is #9C1F08. Grayscale: #BDBDBD. Windows color (decimal): -10231561 or 16244835. OLE color: 16244835.

HSL color Cylindrical-coordinate representation of color #63E0F7: hue angle of 189.32º 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 #63E0F7 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB99224247-
CMYK0.600.0900.03
HSL189.32º90.24%67.84%-
HSV(B)189.32º59.92%96.86%-
XYZ48.5962.6897.53-
YUV189.25160.5963.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.37%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=17.37%
G=39.30%
B=43.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal992242470.600.0900.03189.3290.2467.84
Hex63E0F73C903bd5a44
Octal143340367741103275132104
Binary1100011111000001111011111110010010111011110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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