#63DCED

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

Shades of Turquoise Blue #63DCED

Tints of Turquoise Blue #63DCED

Color information

#63DCED (or 0x63DCED) is unknown color: approx Turquoise Blue. HEX triplet: 63, DC and ED. RGB value is (99,220,237). Sum of RGB (Red+Green+Blue) = 99+220+237=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #63DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCED is #9C2312. Grayscale: #B9B9B9. Windows color (decimal): -10232595 or 15588451. OLE color: 15588451.

HSL color Cylindrical-coordinate representation of color #63DCED: hue angle of 187.39º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63DCED is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99220237-
CMYK0.580.0700.07
HSL187.39º79.31%65.88%-
HSV(B)187.39º58.23%92.94%-
XYZ46.0259.9589.27-
YUV185.76156.9166.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.81%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=17.81%
G=39.57%
B=42.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992202370.580.0700.07187.3979.3165.88
Hex63DCED3A707bb4f42
Octal14333435572707273117102
Binary1100011110111001110110111101011101111011101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,220,237); }

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

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

 a { background-color: rgb(99,220,237); }

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

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

 span { border-color: rgb(99,220,237); }

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