Html Css Color HEX #2FFAE2 Turquoise

📋 copy color: '#2FFAE2'

red 47 ◦ green 250 ◦ blue 226

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

Shades of Turquoise #2FFAE2

Tints of Turquoise #2FFAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.21%

R = 8.99%
G = 47.8%
B = 43.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#2FFAE2 (or 0x2FFAE2) is known color: Turquoise. HEX triplet: 2F, FA and E2. RGB value is (47,250,226). Sum of RGB (Red+Green+Blue) = 47+250+226=523 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.99% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAE2 is #D0051D. Grayscale: #BABABA. Windows color (decimal): -13632798 or 14875183. OLE color: 14875183.

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

Color convert

RGB 47 250 226 -
CMYK 0.81 0 0.10 0.02
HSL 172.91º 0.95% 0.58% -
HSV(B) 172.91º 0.81% 0.98% -
XYZ 49.09 74.47 83.74 -
YUV 186.57 150.25 28.45 -
System Red Green Blue C M Y K H S L
Decimal 47 250 226 0.81 0 0.10 0.02 172.91 0.95 0.58
Hex 2F FA E2 51 0 A 2 AD 5F 3A
Octal 57 372 342 121 0 12 2 255 137 72
Binary 101111 11111010 11100010 1010001 0 1010 10 10101101 1011111 111010

Color Harmonies of #2FFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAE2

Black with #2FFAE2

Text Example


Text Example

White with #2FFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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