#51ECE5

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

Shades of Turquoise #51ECE5

Tints of Turquoise #51ECE5

Color information

#51ECE5 (or 0x51ECE5) is unknown color: approx Turquoise. HEX triplet: 51, EC and E5. RGB value is (81,236,229). Sum of RGB (Red+Green+Blue) = 81+236+229=546 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.84% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECE5 is #AE131A. Grayscale: #BCBCBC. Windows color (decimal): -11408155 or 15068241. OLE color: 15068241.

HSL color Cylindrical-coordinate representation of color #51ECE5: hue angle of 177.29º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51ECE5 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB81236229-
CMYK0.6600.030.07
HSL177.29º80.31%62.16%-
HSV(B)177.29º65.68%92.55%-
XYZ47.5367.484.63-
YUV188.86150.6551.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.84%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=14.84%
G=43.22%
B=41.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812362290.6600.030.07177.2980.3162.16
Hex51ECE542037b1503e
Octal12135434510203726112076
Binary101000111101100111001011000010011111101100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,236,229); }

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

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

 a { background-color: rgb(81,236,229); }

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

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

 span { border-color: rgb(81,236,229); }

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