#63CED1

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

Shades of Turquoise Blue #63CED1

Tints of Turquoise Blue #63CED1

Color information

#63CED1 (or 0x63CED1) is unknown color: approx Turquoise Blue. HEX triplet: 63, CE and D1. RGB value is (99,206,209). Sum of RGB (Red+Green+Blue) = 99+206+209=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #63CED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CED1 is #9C312E. Grayscale: #AEAEAE. Windows color (decimal): -10236207 or 13749859. OLE color: 13749859.

HSL color Cylindrical-coordinate representation of color #63CED1: hue angle of 181.64º 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 #63CED1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99206209-
CMYK0.530.0100.18
HSL181.64º54.46%60.39%-
HSV(B)181.64º52.63%81.96%-
XYZ38.7351.468.2-
YUV174.35147.5574.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.26%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=19.26%
G=40.08%
B=40.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992062090.530.0100.18181.6454.4660.39
Hex63CED1351012b6363c
Octal1433163216510222666674
Binary11000111100111011010001110101101001010110110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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