#51ead0

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

Shades of Turquoise #51EAD0

Tints of Turquoise #51EAD0

Color information

#51EAD0 (or 0x51EAD0) is unknown color: approx Turquoise. HEX triplet: 51, EA and D0. RGB value is (81,234,208). Sum of RGB (Red+Green+Blue) = 81+234+208=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #51EAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EAD0 is #AE152F. Grayscale: #B9B9B9. Windows color (decimal): -11408688 or 13691473. OLE color: 13691473.

HSL color Cylindrical-coordinate representation of color #51EAD0: hue angle of 169.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EAD0 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB81234208-
CMYK0.6500.110.08
HSL169.8º78.46%61.76%-
HSV(B)169.8º65.38%91.76%-
XYZ44.265.1569.92-
YUV185.29140.8153.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.49%
GREEN value IS 234 (91.80% from 255) = 44.74%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=15.49%
G=44.74%
B=39.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal812342080.6500.110.08169.878.4661.76
Hex51EAD0410B8aa4e3e
Octal1213523201010131025211676
Binary101000111101010110100001000001010111000101010101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ead0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,234,208); }

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

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

 a { background-color: rgb(81,234,208); }

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

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

 span { border-color: rgb(81,234,208); }

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