#63E3F1

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

Shades of Turquoise Blue #63E3F1

Tints of Turquoise Blue #63E3F1

Color information

#63E3F1 (or 0x63E3F1) is unknown color: approx Turquoise Blue. HEX triplet: 63, E3 and F1. RGB value is (99,227,241). Sum of RGB (Red+Green+Blue) = 99+227+241=567 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.46% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #63E3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E3F1 is #9C1C0E. Grayscale: #BEBEBE. Windows color (decimal): -10230799 or 15852387. OLE color: 15852387.

HSL color Cylindrical-coordinate representation of color #63E3F1: hue angle of 185.92º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63E3F1 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99227241-
CMYK0.590.0600.05
HSL185.92º83.53%66.67%-
HSV(B)185.92º58.92%94.51%-
XYZ48.4963.9493.01-
YUV190.32156.5962.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.46%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=17.46%
G=40.04%
B=42.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992272410.590.0600.05185.9283.5366.67
Hex63E3F13B605ba5443
Octal14334336173605272124103
Binary1100011111000111111000111101111001011011101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63E3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,227,241); }

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

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

 a { background-color: rgb(99,227,241); }

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

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

 span { border-color: rgb(99,227,241); }

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