#63F3E1

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

Shades of Turquoise Blue #63F3E1

Tints of Turquoise Blue #63F3E1

Color information

#63F3E1 (or 0x63F3E1) is unknown color: approx Turquoise Blue. HEX triplet: 63, F3 and E1. RGB value is (99,243,225). Sum of RGB (Red+Green+Blue) = 99+243+225=567 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.46% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #63F3E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63F3E1 is #9C0C1E. Grayscale: #C5C5C5. Windows color (decimal): -10226719 or 14807907. OLE color: 14807907.

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

Color convert

RGB99243225-
CMYK0.5900.070.05
HSL172.5º85.71%67.06%-
HSV(B)172.5º59.26%95.29%-
XYZ50.7972.1982.49-
YUV197.89143.2957.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.46%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=17.46%
G=42.86%
B=39.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal992432250.5900.070.05172.585.7167.06
Hex63F3E13B075ac5643
Octal14336334173075254126103
Binary1100011111100111110000111101101111011010110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63F3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,243,225); }

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

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

 a { background-color: rgb(99,243,225); }

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

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

 span { border-color: rgb(99,243,225); }

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