Html Css Color HEX #2FC9BF Medium Turquoise

📋 copy color: '#2FC9BF'

red 47 ◦ green 201 ◦ blue 191

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

Shades of Medium Turquoise #2FC9BF

Tints of Medium Turquoise #2FC9BF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

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

R = 10.71%
G = 45.79%
B = 43.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#2FC9BF (or 0x2FC9BF) is known color: Medium Turquoise. HEX triplet: 2F, C9 and BF. RGB value is (47,201,191). Sum of RGB (Red+Green+Blue) = 47+201+191=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC9BF is #D03640. Grayscale: #999999. Windows color (decimal): -13645377 or 12568879. OLE color: 12568879.

HSL color Cylindrical-coordinate representation of color #2FC9BF: hue angle of 176.1º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC9BF is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 191 -
CMYK 0.77 0 0.05 0.21
HSL 176.1º 0.62% 0.49% -
HSV(B) 176.1º 0.77% 0.79% -
XYZ 31.46 46.14 56.54 -
YUV 153.81 148.98 51.81 -
System Red Green Blue C M Y K H S L
Decimal 47 201 191 0.77 0 0.05 0.21 176.1 0.62 0.49
Hex 2F C9 BF 4D 0 5 15 B0 3E 31
Octal 57 311 277 115 0 5 25 260 76 61
Binary 101111 11001001 10111111 1001101 0 101 10101 10110000 111110 110001

Color Harmonies of #2FC9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC9BF

Black with #2FC9BF

Text Example


Text Example

White with #2FC9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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