#63E0FA

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

Shades of Turquoise Blue #63E0FA

Tints of Turquoise Blue #63E0FA

Color information

#63E0FA (or 0x63E0FA) is unknown color: approx Turquoise Blue. HEX triplet: 63, E0 and FA. RGB value is (99,224,250). Sum of RGB (Red+Green+Blue) = 99+224+250=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #63E0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E0FA is #9C1F05. Grayscale: #BDBDBD. Windows color (decimal): -10231558 or 16441443. OLE color: 16441443.

HSL color Cylindrical-coordinate representation of color #63E0FA: hue angle of 190.33º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63E0FA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB99224250-
CMYK0.600.1000.02
HSL190.33º93.79%68.43%-
HSV(B)190.33º60.4%98.04%-
XYZ49.0662.8799.99-
YUV189.59162.0963.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.28%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=17.28%
G=39.09%
B=43.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal992242500.600.1000.02190.3393.7968.43
Hex63E0FA3CA02be5e44
Octal143340372741202276136104
Binary1100011111000001111101011110010100101011111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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