#63D6D5

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

Shades of Turquoise Blue #63D6D5

Tints of Turquoise Blue #63D6D5

Color information

#63D6D5 (or 0x63D6D5) is unknown color: approx Turquoise Blue. HEX triplet: 63, D6 and D5. RGB value is (99,214,213). Sum of RGB (Red+Green+Blue) = 99+214+213=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #63D6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6D5 is #9C292A. Grayscale: #B3B3B3. Windows color (decimal): -10234155 or 14014051. OLE color: 14014051.

HSL color Cylindrical-coordinate representation of color #63D6D5: hue angle of 179.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63D6D5 is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB99214213-
CMYK0.5400.000.16
HSL179.48º58.38%61.37%-
HSV(B)179.48º53.74%83.92%-
XYZ41.255.5571.5-
YUV179.5146.970.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.82%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=18.82%
G=40.68%
B=40.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992142130.5400.000.16179.4858.3861.37
Hex63D6D5360010b33a3d
Octal1433263256600202637275
Binary11000111101011011010101110110001000010110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,214,213); }

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

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

 a { background-color: rgb(99,214,213); }

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

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

 span { border-color: rgb(99,214,213); }

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