Html Css Color HEX #2FFAE7 Turquoise

📋 copy color: '#2FFAE7'

red 47 ◦ green 250 ◦ blue 231

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

Shades of Turquoise #2FFAE7

Tints of Turquoise #2FFAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 8.9%
G = 47.35%
B = 43.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#2FFAE7 (or 0x2FFAE7) is known color: Turquoise. HEX triplet: 2F, FA and E7. RGB value is (47,250,231). Sum of RGB (Red+Green+Blue) = 47+250+231=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAE7 is #D00518. Grayscale: #BBBBBB. Windows color (decimal): -13632793 or 15202863. OLE color: 15202863.

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

Color convert

RGB 47 250 231 -
CMYK 0.81 0 0.08 0.02
HSL 174.38º 0.95% 0.58% -
HSV(B) 174.38º 0.81% 0.98% -
XYZ 49.78 74.75 87.4 -
YUV 187.14 152.75 28.04 -
System Red Green Blue C M Y K H S L
Decimal 47 250 231 0.81 0 0.08 0.02 174.38 0.95 0.58
Hex 2F FA E7 51 0 8 2 AE 5F 3A
Octal 57 372 347 121 0 10 2 256 137 72
Binary 101111 11111010 11100111 1010001 0 1000 10 10101110 1011111 111010

Color Harmonies of #2FFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAE7

Black with #2FFAE7

Text Example


Text Example

White with #2FFAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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