#63EDDC

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

Shades of Turquoise Blue #63EDDC

Tints of Turquoise Blue #63EDDC

Color information

#63EDDC (or 0x63EDDC) is unknown color: approx Turquoise Blue. HEX triplet: 63, ED and DC. RGB value is (99,237,220). Sum of RGB (Red+Green+Blue) = 99+237+220=556 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.81% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDDC is #9C1223. Grayscale: #C1C1C1. Windows color (decimal): -10228260 or 14478691. OLE color: 14478691.

HSL color Cylindrical-coordinate representation of color #63EDDC: hue angle of 172.61º 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 #63EDDC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB99237220-
CMYK0.5800.070.07
HSL172.61º79.31%65.88%-
HSV(B)172.61º58.23%92.94%-
XYZ48.3568.3978.36-
YUV193.8142.7860.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal992372200.5800.070.07172.6179.3165.88
Hex63EDDC3A077ad4f42
Octal14335533472077255117102
Binary1100011111011011101110011101001111111010110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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