Html Css Color HEX #2FFBB3 Turquoise

📋 copy color: '#2FFBB3'

red 47 ◦ green 251 ◦ blue 179

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

Shades of Turquoise #2FFBB3

Tints of Turquoise #2FFBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 9.85%
G = 52.62%
B = 37.53%

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

#2FFBB3 (or 0x2FFBB3) is known color: Turquoise. HEX triplet: 2F, FB and B3. RGB value is (47,251,179). Sum of RGB (Red+Green+Blue) = 47+251+179=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBB3 is #D0044C. Grayscale: #B5B5B5. Windows color (decimal): -13632589 or 11795247. OLE color: 11795247.

HSL color Cylindrical-coordinate representation of color #2FFBB3: hue angle of 158.82º 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 #2FFBB3 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 251 179 -
CMYK 0.81 0 0.29 0.02
HSL 158.82º 0.96% 0.58% -
HSV(B) 158.82º 0.81% 0.98% -
XYZ 43.81 72.85 54.4 -
YUV 181.8 126.41 31.85 -
System Red Green Blue C M Y K H S L
Decimal 47 251 179 0.81 0 0.29 0.02 158.82 0.96 0.58
Hex 2F FB B3 51 0 1D 2 9F 60 3A
Octal 57 373 263 121 0 35 2 237 140 72
Binary 101111 11111011 10110011 1010001 0 11101 10 10011111 1100000 111010

Color Harmonies of #2FFBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBB3

Black with #2FFBB3

Text Example


Text Example

White with #2FFBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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