Html Css Color HEX #2FECBF Turquoise

📋 copy color: '#2FECBF'

red 47 ◦ green 236 ◦ blue 191

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

Shades of Turquoise #2FECBF

Tints of Turquoise #2FECBF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 9.92%
G = 49.79%
B = 40.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#2FECBF (or 0x2FECBF) is known color: Turquoise. HEX triplet: 2F, EC and BF. RGB value is (47,236,191). Sum of RGB (Red+Green+Blue) = 47+236+191=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #2FECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FECBF is #D01340. Grayscale: #AEAEAE. Windows color (decimal): -13636417 or 12577839. OLE color: 12577839.

HSL color Cylindrical-coordinate representation of color #2FECBF: hue angle of 165.71º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FECBF is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 191 -
CMYK 0.80 0 0.19 0.07
HSL 165.71º 0.83% 0.55% -
HSV(B) 165.71º 0.8% 0.93% -
XYZ 40.57 64.36 59.57 -
YUV 174.36 137.38 37.16 -
System Red Green Blue C M Y K H S L
Decimal 47 236 191 0.80 0 0.19 0.07 165.71 0.83 0.55
Hex 2F EC BF 50 0 13 7 A6 53 37
Octal 57 354 277 120 0 23 7 246 123 67
Binary 101111 11101100 10111111 1010000 0 10011 111 10100110 1010011 110111

Color Harmonies of #2FECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FECBF

Black with #2FECBF

Text Example


Text Example

White with #2FECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,191); }

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

background-color css

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

 a { background-color: rgb(47,236,191); }

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

border-color css

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

 span { border-color: rgb(47,236,191); }

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