#63D4F0

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

Shades of Turquoise Blue #63D4F0

Tints of Turquoise Blue #63D4F0

Color information

#63D4F0 (or 0x63D4F0) is unknown color: approx Turquoise Blue. HEX triplet: 63, D4 and F0. RGB value is (99,212,240). Sum of RGB (Red+Green+Blue) = 99+212+240=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #63D4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D4F0 is #9C2B0F. Grayscale: #B5B5B5. Windows color (decimal): -10234640 or 15783011. OLE color: 15783011.

HSL color Cylindrical-coordinate representation of color #63D4F0: hue angle of 191.91º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63D4F0 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB99212240-
CMYK0.590.1200.06
HSL191.91º82.46%66.47%-
HSV(B)191.91º58.75%94.12%-
XYZ44.4256.0390.91-
YUV181.4161.0669.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.97%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 240 (94.14% from 255) = 43.56%
R=17.97%
G=38.48%
B=43.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal992122400.590.1200.06191.9182.4666.47
Hex63D4F03BC06c05242
Octal143324360731406300122102
Binary11000111101010011110000111011110001101100000010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,212,240); }

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

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

 a { background-color: rgb(99,212,240); }

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

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

 span { border-color: rgb(99,212,240); }

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