#63CCD7

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

Shades of Turquoise Blue #63CCD7

Tints of Turquoise Blue #63CCD7

Color information

#63CCD7 (or 0x63CCD7) is unknown color: approx Turquoise Blue. HEX triplet: 63, CC and D7. RGB value is (99,204,215). Sum of RGB (Red+Green+Blue) = 99+204+215=518 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.11% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #63CCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCD7 is #9C3328. Grayscale: #ADADAD. Windows color (decimal): -10236713 or 14142563. OLE color: 14142563.

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

Color convert

RGB99204215-
CMYK0.540.0500.16
HSL185.69º59.18%61.57%-
HSV(B)185.69º53.95%84.31%-
XYZ3950.7472.03-
YUV173.86151.2174.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.11%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 215 (84.38% from 255) = 41.51%
R=19.11%
G=39.38%
B=41.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal992042150.540.0500.16185.6959.1861.57
Hex63CCD7365010ba3b3e
Octal1433143276650202727376
Binary1100011110011001101011111011010101000010111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,204,215); }

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

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

 a { background-color: rgb(99,204,215); }

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

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

 span { border-color: rgb(99,204,215); }

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