#63D0D5

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

Shades of Turquoise Blue #63D0D5

Tints of Turquoise Blue #63D0D5

Color information

#63D0D5 (or 0x63D0D5) is unknown color: approx Turquoise Blue. HEX triplet: 63, D0 and D5. RGB value is (99,208,213). Sum of RGB (Red+Green+Blue) = 99+208+213=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #63D0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0D5 is #9C2F2A. Grayscale: #AFAFAF. Windows color (decimal): -10235691 or 14012515. OLE color: 14012515.

HSL color Cylindrical-coordinate representation of color #63D0D5: hue angle of 182.63º 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 #63D0D5 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB99208213-
CMYK0.540.0200.16
HSL182.63º57.58%61.18%-
HSV(B)182.63º53.52%83.53%-
XYZ39.7152.5771-
YUV175.98148.8973.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.04%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 213 (83.59% from 255) = 40.96%
R=19.04%
G=40%
B=40.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992082130.540.0200.16182.6357.5861.18
Hex63D0D5362010b73a3d
Octal1433203256620202677275
Binary110001111010000110101011101101001000010110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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