#51D5E3

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

Shades of Medium Turquoise #51D5E3

Tints of Medium Turquoise #51D5E3

Color information

#51D5E3 (or 0x51D5E3) is unknown color: approx Medium Turquoise. HEX triplet: 51, D5 and E3. RGB value is (81,213,227). Sum of RGB (Red+Green+Blue) = 81+213+227=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #51D5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D5E3 is #AE2A1C. Grayscale: #AEAEAE. Windows color (decimal): -11414045 or 14931281. OLE color: 14931281.

HSL color Cylindrical-coordinate representation of color #51D5E3: hue angle of 185.75º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51D5E3 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB81213227-
CMYK0.640.0600.11
HSL185.75º72.28%60.39%-
HSV(B)185.75º64.32%89.02%-
XYZ41.0554.8881.1-
YUV175.13157.2760.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.55%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 227 (89.06% from 255) = 43.57%
R=15.55%
G=40.88%
B=43.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal812132270.640.0600.11185.7572.2860.39
Hex51D5E34060Bba483c
Octal121325343100601327211074
Binary10100011101010111100011100000011001011101110101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,213,227); }

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

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

 a { background-color: rgb(81,213,227); }

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

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

 span { border-color: rgb(81,213,227); }

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