Html Css Color HEX #2FFAEB Turquoise

📋 copy color: '#2FFAEB'

red 47 ◦ green 250 ◦ blue 235

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

Shades of Turquoise #2FFAEB

Tints of Turquoise #2FFAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 8.83%
G = 46.99%
B = 44.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#2FFAEB (or 0x2FFAEB) is known color: Turquoise. HEX triplet: 2F, FA and EB. RGB value is (47,250,235). Sum of RGB (Red+Green+Blue) = 47+250+235=532 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.83% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAEB is #D00514. Grayscale: #BBBBBB. Windows color (decimal): -13632789 or 15465007. OLE color: 15465007.

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

Color convert

RGB 47 250 235 -
CMYK 0.81 0 0.06 0.02
HSL 175.57º 0.95% 0.58% -
HSV(B) 175.57º 0.81% 0.98% -
XYZ 50.35 74.97 90.41 -
YUV 187.59 154.75 27.72 -
System Red Green Blue C M Y K H S L
Decimal 47 250 235 0.81 0 0.06 0.02 175.57 0.95 0.58
Hex 2F FA EB 51 0 6 2 B0 5F 3A
Octal 57 372 353 121 0 6 2 260 137 72
Binary 101111 11111010 11101011 1010001 0 110 10 10110000 1011111 111010

Color Harmonies of #2FFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFAEB

Black with #2FFAEB

Text Example


Text Example

White with #2FFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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