#51F8D4

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

Shades of Turquoise #51F8D4

Tints of Turquoise #51F8D4

Color information

#51F8D4 (or 0x51F8D4) is unknown color: approx Turquoise. HEX triplet: 51, F8 and D4. RGB value is (81,248,212). Sum of RGB (Red+Green+Blue) = 81+248+212=541 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.97% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #51F8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F8D4 is #AE072B. Grayscale: #C1C1C1. Windows color (decimal): -11405100 or 13957201. OLE color: 13957201.

HSL color Cylindrical-coordinate representation of color #51F8D4: hue angle of 167.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F8D4 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB81248212-
CMYK0.6700.150.03
HSL167.07º92.27%64.51%-
HSV(B)167.07º67.34%97.25%-
XYZ48.8473.6473.93-
YUV193.96138.1747.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.97%
GREEN value IS 248 (97.27% from 255) = 45.84%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=14.97%
G=45.84%
B=39.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal812482120.6700.150.03167.0792.2764.51
Hex51F8D4430F3a75c41
Octal1213703241030173247134101
Binary10100011111100011010100100001101111111010011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,248,212); }

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

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

 a { background-color: rgb(81,248,212); }

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

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

 span { border-color: rgb(81,248,212); }

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