#63ECF1

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

Shades of Turquoise Blue #63ECF1

Tints of Turquoise Blue #63ECF1

Color information

#63ECF1 (or 0x63ECF1) is unknown color: approx Turquoise Blue. HEX triplet: 63, EC and F1. RGB value is (99,236,241). Sum of RGB (Red+Green+Blue) = 99+236+241=576 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.19% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #63ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECF1 is #9C130E. Grayscale: #C3C3C3. Windows color (decimal): -10228495 or 15854691. OLE color: 15854691.

HSL color Cylindrical-coordinate representation of color #63ECF1: hue angle of 182.11º 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 #63ECF1 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99236241-
CMYK0.590.0200.05
HSL182.11º83.53%66.67%-
HSV(B)182.11º58.92%94.51%-
XYZ51.0268.9993.85-
YUV195.61153.6159.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.19%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=17.19%
G=40.97%
B=41.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992362410.590.0200.05182.1183.5366.67
Hex63ECF13B205b65443
Octal14335436173205266124103
Binary110001111101100111100011110111001011011011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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