Html Css Color HEX #51FAB4 Turquoise

📋 copy color: '#51FAB4'

red 81 ◦ green 250 ◦ blue 180

#51FAB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #51FAB4

Tints of Turquoise #51FAB4

RGB

 RED value IS 81 (32.03% from 255) = 15.85%

 GREEN value IS 250 (98.05% from 255) = 48.92%

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 15.85%
G = 48.92%
B = 35.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#51FAB4 (or 0x51FAB4) is known color: Turquoise. HEX triplet: 51, FA and B4. RGB value is (81,250,180). Sum of RGB (Red+Green+Blue) = 81+250+180=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FAB4 is #AE054B. Grayscale: #BFBFBF. Windows color (decimal): -11404620 or 11860561. OLE color: 11860561.

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

Color convert

RGB 81 250 180 -
CMYK 0.68 0 0.28 0.02
HSL 155.15º 0.94% 0.65% -
HSV(B) 155.15º 0.68% 0.98% -
XYZ 45.82 73.42 54.94 -
YUV 191.49 121.51 49.19 -
System Red Green Blue C M Y K H S L
Decimal 81 250 180 0.68 0 0.28 0.02 155.15 0.94 0.65
Hex 51 FA B4 44 0 1C 2 9B 5E 41
Octal 121 372 264 104 0 34 2 233 136 101
Binary 1010001 11111010 10110100 1000100 0 11100 10 10011011 1011110 1000001

Color Harmonies of #51FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FAB4

Black with #51FAB4

Text Example


Text Example

White with #51FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,250,180); }

 H1.HeaderClassName
 {
   color: #51FAB4;
 }
 .AnyTagClassName
 {
   color: #51FAB4;
 }
</style>

background-color css

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

 a { background-color: rgb(81,250,180); }

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

border-color css

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

 span { border-color: rgb(81,250,180); }

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