Html Css Color HEX #2FF8BE Turquoise

📋 copy color: '#2FF8BE'

red 47 ◦ green 248 ◦ blue 190

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

Shades of Turquoise #2FF8BE

Tints of Turquoise #2FF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.13%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 9.69%
G = 51.13%
B = 39.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#2FF8BE (or 0x2FF8BE) is known color: Turquoise. HEX triplet: 2F, F8 and BE. RGB value is (47,248,190). Sum of RGB (Red+Green+Blue) = 47+248+190=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF8BE is #D00741. Grayscale: #B5B5B5. Windows color (decimal): -13633346 or 12515375. OLE color: 12515375.

HSL color Cylindrical-coordinate representation of color #2FF8BE: hue angle of 162.69º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF8BE is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 248 190 -
CMYK 0.81 0 0.23 0.03
HSL 162.69º 0.93% 0.58% -
HSV(B) 162.69º 0.81% 0.97% -
XYZ 44.03 71.46 60.19 -
YUV 181.29 132.91 32.22 -
System Red Green Blue C M Y K H S L
Decimal 47 248 190 0.81 0 0.23 0.03 162.69 0.93 0.58
Hex 2F F8 BE 51 0 17 3 A3 5D 3A
Octal 57 370 276 121 0 27 3 243 135 72
Binary 101111 11111000 10111110 1010001 0 10111 11 10100011 1011101 111010

Color Harmonies of #2FF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF8BE

Black with #2FF8BE

Text Example


Text Example

White with #2FF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,248,190); }

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

background-color css

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

 a { background-color: rgb(47,248,190); }

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

border-color css

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

 span { border-color: rgb(47,248,190); }

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