#63DEDD

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

Shades of Turquoise Blue #63DEDD

Tints of Turquoise Blue #63DEDD

Color information

#63DEDD (or 0x63DEDD) is unknown color: approx Turquoise Blue. HEX triplet: 63, DE and DD. RGB value is (99,222,221). Sum of RGB (Red+Green+Blue) = 99+222+221=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEDD is #9C2122. Grayscale: #B8B8B8. Windows color (decimal): -10232099 or 14540387. OLE color: 14540387.

HSL color Cylindrical-coordinate representation of color #63DEDD: hue angle of 179.51º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEDD is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB99222221-
CMYK0.5500.000.13
HSL179.51º65.08%62.94%-
HSV(B)179.51º55.41%87.06%-
XYZ44.3260.1277.67-
YUV185.11148.2566.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.27%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=18.27%
G=40.96%
B=40.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal992222210.5500.000.13179.5165.0862.94
Hex63DEDD3700Db4413f
Octal14333633567001526410177
Binary11000111101111011011101110111001101101101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,222,221); }

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

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

 a { background-color: rgb(99,222,221); }

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

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

 span { border-color: rgb(99,222,221); }

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