#51EED2

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

Shades of Turquoise #51EED2

Tints of Turquoise #51EED2

Color information

#51EED2 (or 0x51EED2) is unknown color: approx Turquoise. HEX triplet: 51, EE and D2. RGB value is (81,238,210). Sum of RGB (Red+Green+Blue) = 81+238+210=529 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.31% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #51EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EED2 is #AE112D. Grayscale: #BBBBBB. Windows color (decimal): -11407662 or 13823569. OLE color: 13823569.

HSL color Cylindrical-coordinate representation of color #51EED2: hue angle of 169.3º 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 #51EED2 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB81238210-
CMYK0.6600.120.07
HSL169.3º82.2%62.55%-
HSV(B)169.3º65.97%93.33%-
XYZ45.667.5571.61-
YUV187.86140.4951.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.31%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=15.31%
G=44.99%
B=39.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812382100.6600.120.07169.382.262.55
Hex51EED2420C7a9523f
Octal121356322102014725112277
Binary10100011110111011010010100001001100111101010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51EED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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