Html Css Color HEX #2FFEC8 Turquoise

📋 copy color: '#2FFEC8'

red 47 ◦ green 254 ◦ blue 200

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

Shades of Turquoise #2FFEC8

Tints of Turquoise #2FFEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 9.38%
G = 50.7%
B = 39.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#2FFEC8 (or 0x2FFEC8) is known color: Turquoise. HEX triplet: 2F, FE and C8. RGB value is (47,254,200). Sum of RGB (Red+Green+Blue) = 47+254+200=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFEC8 is #D00137. Grayscale: #B9B9B9. Windows color (decimal): -13631800 or 13172271. OLE color: 13172271.

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

Color convert

RGB 47 254 200 -
CMYK 0.81 0 0.21 0.00
HSL 164.35º 0.99% 0.59% -
HSV(B) 164.35º 0.81% 1% -
XYZ 47.04 75.66 66.77 -
YUV 185.95 135.92 28.89 -
System Red Green Blue C M Y K H S L
Decimal 47 254 200 0.81 0 0.21 0.00 164.35 0.99 0.59
Hex 2F FE C8 51 0 15 0 A4 63 3B
Octal 57 376 310 121 0 25 0 244 143 73
Binary 101111 11111110 11001000 1010001 0 10101 0 10100100 1100011 111011

Color Harmonies of #2FFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEC8

Black with #2FFEC8

Text Example


Text Example

White with #2FFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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