#63cdd1

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

Shades of Turquoise Blue #63CDD1

Tints of Turquoise Blue #63CDD1

Color information

#63CDD1 (or 0x63CDD1) is unknown color: approx Turquoise Blue. HEX triplet: 63, CD and D1. RGB value is (99,205,209). Sum of RGB (Red+Green+Blue) = 99+205+209=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #63CDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDD1 is #9C322E. Grayscale: #ADADAD. Windows color (decimal): -10236463 or 13749603. OLE color: 13749603.

HSL color Cylindrical-coordinate representation of color #63CDD1: hue angle of 182.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63CDD1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99205209-
CMYK0.530.0200.18
HSL182.18º54.46%60.39%-
HSV(B)182.18º52.63%81.96%-
XYZ38.4950.9268.12-
YUV173.76147.8874.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.30%
GREEN value IS 205 (80.47% from 255) = 39.96%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=19.30%
G=39.96%
B=40.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992052090.530.0200.18182.1854.4660.39
Hex63CDD1352012b6363c
Octal1433153216520222666674
Binary110001111001101110100011101011001001010110110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63cdd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,205,209); }

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

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

 a { background-color: rgb(99,205,209); }

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

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

 span { border-color: rgb(99,205,209); }

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