#51CECD

Color #51CECD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #51CECD

Tints of Medium Turquoise #51CECD

Color information

#51CECD (or 0x51CECD) is unknown color: approx Medium Turquoise. HEX triplet: 51, CE and CD. RGB value is (81,206,205). Sum of RGB (Red+Green+Blue) = 81+206+205=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #51CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CECD is #AE3132. Grayscale: #A8A8A8. Windows color (decimal): -11415859 or 13487697. OLE color: 13487697.

HSL color Cylindrical-coordinate representation of color #51CECD: hue angle of 179.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CECD is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB81206205-
CMYK0.6100.000.19
HSL179.52º56.05%56.27%-
HSV(B)179.52º60.68%80.78%-
XYZ36.4850.365.54-
YUV168.51148.5965.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.46%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=16.46%
G=41.87%
B=41.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812062050.6100.000.19179.5256.0556.27
Hex51CECD3D0013b43838
Octal1213163157500232647070
Binary10100011100111011001101111101001001110110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51CECD; }

 p { color: rgb(81,206,205); }

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

<style>
 a { background-color: #51CECD; }

 a { background-color: rgb(81,206,205); }

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

<style>
 span { border-color: #51CECD; }

 span { border-color: rgb(81,206,205); }

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