#51efd3

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

Shades of Turquoise #51EFD3

Tints of Turquoise #51EFD3

Color information

#51EFD3 (or 0x51EFD3) is unknown color: approx Turquoise. HEX triplet: 51, EF and D3. RGB value is (81,239,211). Sum of RGB (Red+Green+Blue) = 81+239+211=531 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.25% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFD3 is #AE102C. Grayscale: #BCBCBC. Windows color (decimal): -11407405 or 13889361. OLE color: 13889361.

HSL color Cylindrical-coordinate representation of color #51EFD3: hue angle of 169.37º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFD3 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB81239211-
CMYK0.6600.120.06
HSL169.37º83.16%62.75%-
HSV(B)169.37º66.11%93.73%-
XYZ46.0268.1972.36-
YUV188.57140.6551.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.25%
GREEN value IS 239 (93.75% from 255) = 45.01%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=15.25%
G=45.01%
B=39.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal812392110.6600.120.06169.3783.1662.75
Hex51EFD3420C6a9533f
Octal121357323102014625112377
Binary10100011110111111010011100001001100110101010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51efd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,239,211); }

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

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

 a { background-color: rgb(81,239,211); }

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

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

 span { border-color: rgb(81,239,211); }

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