#63D1DC

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

Shades of Turquoise Blue #63D1DC

Tints of Turquoise Blue #63D1DC

Color information

#63D1DC (or 0x63D1DC) is unknown color: approx Turquoise Blue. HEX triplet: 63, D1 and DC. RGB value is (99,209,220). Sum of RGB (Red+Green+Blue) = 99+209+220=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1DC is #9C2E23. Grayscale: #B1B1B1. Windows color (decimal): -10235428 or 14471523. OLE color: 14471523.

HSL color Cylindrical-coordinate representation of color #63D1DC: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63D1DC is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99209220-
CMYK0.550.0500.14
HSL185.45º63.35%62.55%-
HSV(B)185.45º55%86.27%-
XYZ40.8653.4275.87-
YUV177.36152.0672.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.75%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=18.75%
G=39.58%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal992092200.550.0500.14185.4563.3562.55
Hex63D1DC3750Eb93f3f
Octal1433213346750162717777
Binary110001111010001110111001101111010111010111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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