Html Css Color HEX #2FFAC5 Turquoise

📋 copy color: '#2FFAC5'

red 47 ◦ green 250 ◦ blue 197

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

Shades of Turquoise #2FFAC5

Tints of Turquoise #2FFAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 9.51%
G = 50.61%
B = 39.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#2FFAC5 (or 0x2FFAC5) is known color: Turquoise. HEX triplet: 2F, FA and C5. RGB value is (47,250,197). Sum of RGB (Red+Green+Blue) = 47+250+197=494 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.51% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAC5 is #D0053A. Grayscale: #B7B7B7. Windows color (decimal): -13632827 or 12974639. OLE color: 12974639.

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

Color convert

RGB 47 250 197 -
CMYK 0.81 0 0.21 0.02
HSL 164.34º 0.95% 0.58% -
HSV(B) 164.34º 0.81% 0.98% -
XYZ 45.44 73.01 64.52 -
YUV 183.26 135.75 30.81 -
System Red Green Blue C M Y K H S L
Decimal 47 250 197 0.81 0 0.21 0.02 164.34 0.95 0.58
Hex 2F FA C5 51 0 15 2 A4 5F 3A
Octal 57 372 305 121 0 25 2 244 137 72
Binary 101111 11111010 11000101 1010001 0 10101 10 10100100 1011111 111010

Color Harmonies of #2FFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAC5

Black with #2FFAC5

Text Example


Text Example

White with #2FFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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