#51F3C7

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

Shades of Turquoise #51F3C7

Tints of Turquoise #51F3C7

Color information

#51F3C7 (or 0x51F3C7) is unknown color: approx Turquoise. HEX triplet: 51, F3 and C7. RGB value is (81,243,199). Sum of RGB (Red+Green+Blue) = 81+243+199=523 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.49% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #51F3C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F3C7 is #AE0C38. Grayscale: #BDBDBD. Windows color (decimal): -11406393 or 13103953. OLE color: 13103953.

HSL color Cylindrical-coordinate representation of color #51F3C7: hue angle of 163.7º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F3C7 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB81243199-
CMYK0.6700.180.05
HSL163.7º87.1%63.53%-
HSV(B)163.7º66.67%95.29%-
XYZ45.7569.9765.13-
YUV189.55133.3350.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.49%
GREEN value IS 243 (95.31% from 255) = 46.46%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=15.49%
G=46.46%
B=38.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812431990.6700.180.05163.787.163.53
Hex51F3C7430125a45740
Octal1213633071030225244127100
Binary1010001111100111100011110000110100101011010010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,243,199); }

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

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

 a { background-color: rgb(81,243,199); }

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

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

 span { border-color: rgb(81,243,199); }

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