#63D2D8

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

Shades of Turquoise Blue #63D2D8

Tints of Turquoise Blue #63D2D8

Color information

#63D2D8 (or 0x63D2D8) is unknown color: approx Turquoise Blue. HEX triplet: 63, D2 and D8. RGB value is (99,210,216). Sum of RGB (Red+Green+Blue) = 99+210+216=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #63D2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2D8 is #9C2D27. Grayscale: #B1B1B1. Windows color (decimal): -10235176 or 14209635. OLE color: 14209635.

HSL color Cylindrical-coordinate representation of color #63D2D8: hue angle of 183.08º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D2D8 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99210216-
CMYK0.540.0300.15
HSL183.08º60%61.76%-
HSV(B)183.08º54.17%84.71%-
XYZ40.5953.773.19-
YUV177.49149.7372.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.86%
GREEN value IS 210 (82.42% from 255) = 40%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=18.86%
G=40%
B=41.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal992102160.540.0300.15183.086061.76
Hex63D2D83630Fb73c3e
Octal1433223306630172677476
Binary11000111101001011011000110110110111110110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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