Html Css Color HEX #2FFCB6 Turquoise

📋 copy color: '#2FFCB6'

red 47 ◦ green 252 ◦ blue 182

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

Shades of Turquoise #2FFCB6

Tints of Turquoise #2FFCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.39%

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

R = 9.77%
G = 52.39%
B = 37.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#2FFCB6 (or 0x2FFCB6) is known color: Turquoise. HEX triplet: 2F, FC and B6. RGB value is (47,252,182). Sum of RGB (Red+Green+Blue) = 47+252+182=481 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.77% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCB6 is #D00349. Grayscale: #B6B6B6. Windows color (decimal): -13632330 or 11992111. OLE color: 11992111.

HSL color Cylindrical-coordinate representation of color #2FFCB6: hue angle of 159.51º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCB6 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 182 -
CMYK 0.81 0 0.28 0.01
HSL 159.51º 0.97% 0.59% -
HSV(B) 159.51º 0.81% 0.99% -
XYZ 44.43 73.6 56.12 -
YUV 182.73 127.58 31.19 -
System Red Green Blue C M Y K H S L
Decimal 47 252 182 0.81 0 0.28 0.01 159.51 0.97 0.59
Hex 2F FC B6 51 0 1C 1 A0 61 3B
Octal 57 374 266 121 0 34 1 240 141 73
Binary 101111 11111100 10110110 1010001 0 11100 1 10100000 1100001 111011

Color Harmonies of #2FFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFCB6

Black with #2FFCB6

Text Example


Text Example

White with #2FFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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