#51EEBB

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

Shades of Turquoise #51EEBB

Tints of Turquoise #51EEBB

Color information

#51EEBB (or 0x51EEBB) is unknown color: approx Turquoise. HEX triplet: 51, EE and BB. RGB value is (81,238,187). Sum of RGB (Red+Green+Blue) = 81+238+187=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #51EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EEBB is #AE1144. Grayscale: #B9B9B9. Windows color (decimal): -11407685 or 12316241. OLE color: 12316241.

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

Color convert

RGB81238187-
CMYK0.6600.210.07
HSL160.51º82.2%62.55%-
HSV(B)160.51º65.97%93.33%-
XYZ42.9466.4957.58-
YUV185.24128.9953.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.01%
GREEN value IS 238 (93.36% from 255) = 47.04%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=16.01%
G=47.04%
B=36.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812381870.6600.210.07160.5182.262.55
Hex51EEBB420157a1523f
Octal121356273102025724112277
Binary101000111101110101110111000010010101111101000011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,238,187); }

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

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

 a { background-color: rgb(81,238,187); }

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

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

 span { border-color: rgb(81,238,187); }

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