#51F8C4

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

Shades of Turquoise #51F8C4

Tints of Turquoise #51F8C4

Color information

#51F8C4 (or 0x51F8C4) is unknown color: approx Turquoise. HEX triplet: 51, F8 and C4. RGB value is (81,248,196). Sum of RGB (Red+Green+Blue) = 81+248+196=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #51F8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F8C4 is #AE073B. Grayscale: #C0C0C0. Windows color (decimal): -11405116 or 12908625. OLE color: 12908625.

HSL color Cylindrical-coordinate representation of color #51F8C4: hue angle of 161.32º 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 #51F8C4 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB81248196-
CMYK0.6700.210.03
HSL161.32º92.27%64.51%-
HSV(B)161.32º67.34%97.25%-
XYZ46.9272.8763.82-
YUV192.14130.1748.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.43%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=15.43%
G=47.24%
B=37.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal812481960.6700.210.03161.3292.2764.51
Hex51F8C4430153a15c41
Octal1213703041030253241134101
Binary101000111111000110001001000011010101111010000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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