Html Css Color HEX #2FFAE3 Turquoise

📋 copy color: '#2FFAE3'

red 47 ◦ green 250 ◦ blue 227

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

Shades of Turquoise #2FFAE3

Tints of Turquoise #2FFAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.32%

R = 8.97%
G = 47.71%
B = 43.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#2FFAE3 (or 0x2FFAE3) is known color: Turquoise. HEX triplet: 2F, FA and E3. RGB value is (47,250,227). Sum of RGB (Red+Green+Blue) = 47+250+227=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAE3 is #D0051C. Grayscale: #BABABA. Windows color (decimal): -13632797 or 14940719. OLE color: 14940719.

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

Color convert

RGB 47 250 227 -
CMYK 0.81 0 0.09 0.02
HSL 173.2º 0.95% 0.58% -
HSV(B) 173.2º 0.81% 0.98% -
XYZ 49.22 74.52 84.46 -
YUV 186.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 47 250 227 0.81 0 0.09 0.02 173.2 0.95 0.58
Hex 2F FA E3 51 0 9 2 AD 5F 3A
Octal 57 372 343 121 0 11 2 255 137 72
Binary 101111 11111010 11100011 1010001 0 1001 10 10101101 1011111 111010

Color Harmonies of #2FFAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAE3

Black with #2FFAE3

Text Example


Text Example

White with #2FFAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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