Html Css Color HEX #2FFBB1 Turquoise

📋 copy color: '#2FFBB1'

red 47 ◦ green 251 ◦ blue 177

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

Shades of Turquoise #2FFBB1

Tints of Turquoise #2FFBB1

RGB

 RED value IS 47 (18.75% from 255) = 9.89%

 GREEN value IS 251 (98.44% from 255) = 52.84%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 9.89%
G = 52.84%
B = 37.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#2FFBB1 (or 0x2FFBB1) is known color: Turquoise. HEX triplet: 2F, FB and B1. RGB value is (47,251,177). Sum of RGB (Red+Green+Blue) = 47+251+177=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFBB1 is #D0044E. Grayscale: #B5B5B5. Windows color (decimal): -13632591 or 11664175. OLE color: 11664175.

HSL color Cylindrical-coordinate representation of color #2FFBB1: hue angle of 158.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBB1 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 177 -
CMYK 0.81 0 0.29 0.02
HSL 158.24º 0.96% 0.58% -
HSV(B) 158.24º 0.81% 0.98% -
XYZ 43.61 72.77 53.34 -
YUV 181.57 125.41 32.02 -
System Red Green Blue C M Y K H S L
Decimal 47 251 177 0.81 0 0.29 0.02 158.24 0.96 0.58
Hex 2F FB B1 51 0 1D 2 9E 60 3A
Octal 57 373 261 121 0 35 2 236 140 72
Binary 101111 11111011 10110001 1010001 0 11101 10 10011110 1100000 111010

Color Harmonies of #2FFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBB1

Black with #2FFBB1

Text Example


Text Example

White with #2FFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FFBB1; }

 p { color: rgb(47,251,177); }

 H1.HeaderClassName
 {
   color: #2FFBB1;
 }
 .AnyTagClassName
 {
   color: #2FFBB1;
 }
</style>

background-color css

<style>
 a { background-color: #2FFBB1; }

 a { background-color: rgb(47,251,177); }

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

border-color css

<style>
 span { border-color: #2FFBB1; }

 span { border-color: rgb(47,251,177); }

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