#63D8F7

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

Shades of Turquoise Blue #63D8F7

Tints of Turquoise Blue #63D8F7

Color information

#63D8F7 (or 0x63D8F7) is unknown color: approx Turquoise Blue. HEX triplet: 63, D8 and F7. RGB value is (99,216,247). Sum of RGB (Red+Green+Blue) = 99+216+247=562 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.62% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #63D8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D8F7 is #9C2708. Grayscale: #B8B8B8. Windows color (decimal): -10233609 or 16242787. OLE color: 16242787.

HSL color Cylindrical-coordinate representation of color #63D8F7: hue angle of 192.57º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63D8F7 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB99216247-
CMYK0.600.1300.03
HSL192.57º90.24%67.84%-
HSV(B)192.57º59.92%96.86%-
XYZ46.4958.4896.83-
YUV184.55163.2466.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.62%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=17.62%
G=38.43%
B=43.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal992162470.600.1300.03192.5790.2467.84
Hex63D8F73CD03c15a44
Octal143330367741503301132104
Binary1100011110110001111011111110011010111100000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,216,247); }

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

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

 a { background-color: rgb(99,216,247); }

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

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

 span { border-color: rgb(99,216,247); }

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