Html Css Color HEX #2FFAC4 Turquoise

📋 copy color: '#2FFAC4'

red 47 ◦ green 250 ◦ blue 196

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

Shades of Turquoise #2FFAC4

Tints of Turquoise #2FFAC4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.71%

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 9.53%
G = 50.71%
B = 39.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#2FFAC4 (or 0x2FFAC4) is known color: Turquoise. HEX triplet: 2F, FA and C4. RGB value is (47,250,196). Sum of RGB (Red+Green+Blue) = 47+250+196=493 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.53% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAC4 is #D0053B. Grayscale: #B7B7B7. Windows color (decimal): -13632828 or 12909103. OLE color: 12909103.

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

Color convert

RGB 47 250 196 -
CMYK 0.81 0 0.22 0.02
HSL 164.04º 0.95% 0.58% -
HSV(B) 164.04º 0.81% 0.98% -
XYZ 45.32 72.96 63.92 -
YUV 183.15 135.25 30.89 -
System Red Green Blue C M Y K H S L
Decimal 47 250 196 0.81 0 0.22 0.02 164.04 0.95 0.58
Hex 2F FA C4 51 0 16 2 A4 5F 3A
Octal 57 372 304 121 0 26 2 244 137 72
Binary 101111 11111010 11000100 1010001 0 10110 10 10100100 1011111 111010

Color Harmonies of #2FFAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAC4

Black with #2FFAC4

Text Example


Text Example

White with #2FFAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,196); }

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

background-color css

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

 a { background-color: rgb(47,250,196); }

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

border-color css

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

 span { border-color: rgb(47,250,196); }

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