Html Css Color HEX #2FC6BE Medium Turquoise

📋 copy color: '#2FC6BE'

red 47 ◦ green 198 ◦ blue 190

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

Shades of Medium Turquoise #2FC6BE

Tints of Medium Turquoise #2FC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 10.8%
G = 45.52%
B = 43.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#2FC6BE (or 0x2FC6BE) is known color: Medium Turquoise. HEX triplet: 2F, C6 and BE. RGB value is (47,198,190). Sum of RGB (Red+Green+Blue) = 47+198+190=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC6BE is #D03941. Grayscale: #979797. Windows color (decimal): -13646146 or 12502575. OLE color: 12502575.

HSL color Cylindrical-coordinate representation of color #2FC6BE: hue angle of 176.82º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC6BE is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 190 -
CMYK 0.76 0 0.04 0.22
HSL 176.82º 0.62% 0.48% -
HSV(B) 176.82º 0.76% 0.78% -
XYZ 30.66 44.71 55.73 -
YUV 151.94 149.47 53.15 -
System Red Green Blue C M Y K H S L
Decimal 47 198 190 0.76 0 0.04 0.22 176.82 0.62 0.48
Hex 2F C6 BE 4C 0 4 16 B1 3E 30
Octal 57 306 276 114 0 4 26 261 76 60
Binary 101111 11000110 10111110 1001100 0 100 10110 10110001 111110 110000

Color Harmonies of #2FC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC6BE

Black with #2FC6BE

Text Example


Text Example

White with #2FC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,198,190); }

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

background-color css

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

 a { background-color: rgb(47,198,190); }

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

border-color css

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

 span { border-color: rgb(47,198,190); }

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