#51F9C4

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

Shades of Turquoise #51F9C4

Tints of Turquoise #51F9C4

Color information

#51F9C4 (or 0x51F9C4) is unknown color: approx Turquoise. HEX triplet: 51, F9 and C4. RGB value is (81,249,196). Sum of RGB (Red+Green+Blue) = 81+249+196=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #51F9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F9C4 is #AE063B. Grayscale: #C0C0C0. Windows color (decimal): -11404860 or 12908881. OLE color: 12908881.

HSL color Cylindrical-coordinate representation of color #51F9C4: hue angle of 161.07º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F9C4 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB81249196-
CMYK0.6700.210.02
HSL161.07º93.33%64.71%-
HSV(B)161.07º67.47%97.65%-
XYZ47.2373.4963.92-
YUV192.73129.8448.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.40%
GREEN value IS 249 (97.66% from 255) = 47.34%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=15.40%
G=47.34%
B=37.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812491960.6700.210.02161.0793.3364.71
Hex51F9C4430152a15d41
Octal1213713041030252241135101
Binary101000111111001110001001000011010101101010000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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