Html Css Color HEX #51FFB2 Turquoise

📋 copy color: '#51FFB2'

red 81 ◦ green 255 ◦ blue 178

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

Shades of Turquoise #51FFB2

Tints of Turquoise #51FFB2

RGB

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

 GREEN value IS 255 (100% from 255) = 49.61%

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 15.76%
G = 49.61%
B = 34.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#51FFB2 (or 0x51FFB2) is known color: Turquoise. HEX triplet: 51, FF and B2. RGB value is (81,255,178). Sum of RGB (Red+Green+Blue) = 81+255+178=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #51FFB2 is #AE004D. Grayscale: #C2C2C2. Windows color (decimal): -11403342 or 11730769. OLE color: 11730769.

HSL color Cylindrical-coordinate representation of color #51FFB2: hue angle of 153.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFB2 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 81 255 178 -
CMYK 0.68 0 0.30 0
HSL 153.45º 1% 0.66% -
HSV(B) 153.45º 0.68% 1% -
XYZ 47.19 76.48 54.4 -
YUV 194.2 118.85 47.26 -
System Red Green Blue C M Y K H S L
Decimal 81 255 178 0.68 0 0.30 0 153.45 1 0.66
Hex 51 FF B2 44 0 1E 0 99 64 42
Octal 121 377 262 104 0 36 0 231 144 102
Binary 1010001 11111111 10110010 1000100 0 11110 0 10011001 1100100 1000010

Color Harmonies of #51FFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FFB2

Black with #51FFB2

Text Example


Text Example

White with #51FFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,255,178); }

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

background-color css

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

 a { background-color: rgb(81,255,178); }

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

border-color css

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

 span { border-color: rgb(81,255,178); }

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