#63EDF1

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

Shades of Turquoise Blue #63EDF1

Tints of Turquoise Blue #63EDF1

Color information

#63EDF1 (or 0x63EDF1) is unknown color: approx Turquoise Blue. HEX triplet: 63, ED and F1. RGB value is (99,237,241). Sum of RGB (Red+Green+Blue) = 99+237+241=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #63EDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDF1 is #9C120E. Grayscale: #C4C4C4. Windows color (decimal): -10228239 or 15854947. OLE color: 15854947.

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

Color convert

RGB99237241-
CMYK0.590.0200.05
HSL181.69º83.53%66.67%-
HSV(B)181.69º58.92%94.51%-
XYZ51.3169.5793.94-
YUV196.19153.2858.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.16%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=17.16%
G=41.07%
B=41.77%

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
Decimal992372410.590.0200.05181.6983.5366.67
Hex63EDF13B205b65443
Octal14335536173205266124103
Binary110001111101101111100011110111001011011011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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