#63EBDD

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

Shades of Turquoise Blue #63EBDD

Tints of Turquoise Blue #63EBDD

Color information

#63EBDD (or 0x63EBDD) is unknown color: approx Turquoise Blue. HEX triplet: 63, EB and DD. RGB value is (99,235,221). Sum of RGB (Red+Green+Blue) = 99+235+221=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #63EBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EBDD is #9C1422. Grayscale: #C0C0C0. Windows color (decimal): -10228771 or 14543715. OLE color: 14543715.

HSL color Cylindrical-coordinate representation of color #63EBDD: hue angle of 173.82º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EBDD is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB99235221-
CMYK0.5800.060.08
HSL173.82º77.27%65.49%-
HSV(B)173.82º57.87%92.16%-
XYZ47.9167.2978.87-
YUV192.74143.9461.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 17.84%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=17.84%
G=42.34%
B=39.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal992352210.5800.060.08173.8277.2765.49
Hex63EBDD3A068ae4d41
Octal143353335720610256115101
Binary11000111110101111011101111010011010001010111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,235,221); }

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

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

 a { background-color: rgb(99,235,221); }

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

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

 span { border-color: rgb(99,235,221); }

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