Html Css Color HEX #2FFAC7 Turquoise

📋 copy color: '#2FFAC7'

red 47 ◦ green 250 ◦ blue 199

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

Shades of Turquoise #2FFAC7

Tints of Turquoise #2FFAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 9.48%
G = 50.4%
B = 40.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#2FFAC7 (or 0x2FFAC7) is known color: Turquoise. HEX triplet: 2F, FA and C7. RGB value is (47,250,199). Sum of RGB (Red+Green+Blue) = 47+250+199=496 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.48% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAC7 is #D00538. Grayscale: #B7B7B7. Windows color (decimal): -13632825 or 13105711. OLE color: 13105711.

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

Color convert

RGB 47 250 199 -
CMYK 0.81 0 0.20 0.02
HSL 164.93º 0.95% 0.58% -
HSV(B) 164.93º 0.81% 0.98% -
XYZ 45.67 73.1 65.74 -
YUV 183.49 136.75 30.65 -
System Red Green Blue C M Y K H S L
Decimal 47 250 199 0.81 0 0.20 0.02 164.93 0.95 0.58
Hex 2F FA C7 51 0 14 2 A5 5F 3A
Octal 57 372 307 121 0 24 2 245 137 72
Binary 101111 11111010 11000111 1010001 0 10100 10 10100101 1011111 111010

Color Harmonies of #2FFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAC7

Black with #2FFAC7

Text Example


Text Example

White with #2FFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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