Html Css Color HEX #2FEFC2 Turquoise

📋 copy color: '#2FEFC2'

red 47 ◦ green 239 ◦ blue 194

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

Shades of Turquoise #2FEFC2

Tints of Turquoise #2FEFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.79%

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 9.79%
G = 49.79%
B = 40.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#2FEFC2 (or 0x2FEFC2) is known color: Turquoise. HEX triplet: 2F, EF and C2. RGB value is (47,239,194). Sum of RGB (Red+Green+Blue) = 47+239+194=480 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.79% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFC2 is #D0103D. Grayscale: #B0B0B0. Windows color (decimal): -13635646 or 12775215. OLE color: 12775215.

HSL color Cylindrical-coordinate representation of color #2FEFC2: hue angle of 165.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFC2 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 194 -
CMYK 0.80 0 0.19 0.06
HSL 165.94º 0.86% 0.56% -
HSV(B) 165.94º 0.8% 0.94% -
XYZ 41.78 66.23 61.62 -
YUV 176.46 137.89 35.66 -
System Red Green Blue C M Y K H S L
Decimal 47 239 194 0.80 0 0.19 0.06 165.94 0.86 0.56
Hex 2F EF C2 50 0 13 6 A6 56 38
Octal 57 357 302 120 0 23 6 246 126 70
Binary 101111 11101111 11000010 1010000 0 10011 110 10100110 1010110 111000

Color Harmonies of #2FEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFC2

Black with #2FEFC2

Text Example


Text Example

White with #2FEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,239,194); }

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

background-color css

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

 a { background-color: rgb(47,239,194); }

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

border-color css

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

 span { border-color: rgb(47,239,194); }

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