Html Css Color HEX #2FFBB6 Turquoise

📋 copy color: '#2FFBB6'

red 47 ◦ green 251 ◦ blue 182

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

Shades of Turquoise #2FFBB6

Tints of Turquoise #2FFBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 9.79%
G = 52.29%
B = 37.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#2FFBB6 (or 0x2FFBB6) is known color: Turquoise. HEX triplet: 2F, FB and B6. RGB value is (47,251,182). Sum of RGB (Red+Green+Blue) = 47+251+182=480 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.79% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBB6 is #D00449. Grayscale: #B6B6B6. Windows color (decimal): -13632586 or 11991855. OLE color: 11991855.

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

Color convert

RGB 47 251 182 -
CMYK 0.81 0 0.27 0.02
HSL 159.71º 0.96% 0.58% -
HSV(B) 159.71º 0.81% 0.98% -
XYZ 44.11 72.98 56.02 -
YUV 182.14 127.91 31.61 -
System Red Green Blue C M Y K H S L
Decimal 47 251 182 0.81 0 0.27 0.02 159.71 0.96 0.58
Hex 2F FB B6 51 0 1B 2 A0 60 3A
Octal 57 373 266 121 0 33 2 240 140 72
Binary 101111 11111011 10110110 1010001 0 11011 10 10100000 1100000 111010

Color Harmonies of #2FFBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFBB6

Black with #2FFBB6

Text Example


Text Example

White with #2FFBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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