Html Css Color HEX #2FFEBA Turquoise

📋 copy color: '#2FFEBA'

red 47 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #2FFEBA

Tints of Turquoise #2FFEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 9.65%
G = 52.16%
B = 38.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#2FFEBA (or 0x2FFEBA) is known color: Turquoise. HEX triplet: 2F, FE and BA. RGB value is (47,254,186). Sum of RGB (Red+Green+Blue) = 47+254+186=487 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.65% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEBA is #D00145. Grayscale: #B8B8B8. Windows color (decimal): -13631814 or 12254767. OLE color: 12254767.

HSL color Cylindrical-coordinate representation of color #2FFEBA: hue angle of 160.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEBA is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 254 186 -
CMYK 0.81 0 0.27 0.00
HSL 160.29º 0.99% 0.59% -
HSV(B) 160.29º 0.81% 1% -
XYZ 45.48 75.03 58.54 -
YUV 184.36 128.92 30.03 -
System Red Green Blue C M Y K H S L
Decimal 47 254 186 0.81 0 0.27 0.00 160.29 0.99 0.59
Hex 2F FE BA 51 0 1B 0 A0 63 3B
Octal 57 376 272 121 0 33 0 240 143 73
Binary 101111 11111110 10111010 1010001 0 11011 0 10100000 1100011 111011

Color Harmonies of #2FFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEBA

Black with #2FFEBA

Text Example


Text Example

White with #2FFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,254,186); }

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

background-color css

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

 a { background-color: rgb(47,254,186); }

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

border-color css

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

 span { border-color: rgb(47,254,186); }

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