Html Css Color HEX #51FAC5 Turquoise

📋 copy color: '#51FAC5'

red 81 ◦ green 250 ◦ blue 197

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

Shades of Turquoise #51FAC5

Tints of Turquoise #51FAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 15.34%
G = 47.35%
B = 37.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#51FAC5 (or 0x51FAC5) is known color: Turquoise. HEX triplet: 51, FA and C5. RGB value is (81,250,197). Sum of RGB (Red+Green+Blue) = 81+250+197=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #51FAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FAC5 is #AE053A. Grayscale: #C1C1C1. Windows color (decimal): -11404603 or 12974673. OLE color: 12974673.

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

Color convert

RGB 81 250 197 -
CMYK 0.68 0 0.21 0.02
HSL 161.18º 0.94% 0.65% -
HSV(B) 161.18º 0.68% 0.98% -
XYZ 47.66 74.15 64.62 -
YUV 193.43 130.01 47.81 -
System Red Green Blue C M Y K H S L
Decimal 81 250 197 0.68 0 0.21 0.02 161.18 0.94 0.65
Hex 51 FA C5 44 0 15 2 A1 5E 41
Octal 121 372 305 104 0 25 2 241 136 101
Binary 1010001 11111010 11000101 1000100 0 10101 10 10100001 1011110 1000001

Color Harmonies of #51FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FAC5

Black with #51FAC5

Text Example


Text Example

White with #51FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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