Html Css Color HEX #2FCBB9 Medium Turquoise

📋 copy color: '#2FCBB9'

red 47 ◦ green 203 ◦ blue 185

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

Shades of Medium Turquoise #2FCBB9

Tints of Medium Turquoise #2FCBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 10.8%
G = 46.67%
B = 42.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#2FCBB9 (or 0x2FCBB9) is known color: Medium Turquoise. HEX triplet: 2F, CB and B9. RGB value is (47,203,185). Sum of RGB (Red+Green+Blue) = 47+203+185=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCBB9 is #D03446. Grayscale: #9A9A9A. Windows color (decimal): -13644871 or 12176175. OLE color: 12176175.

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

Color convert

RGB 47 203 185 -
CMYK 0.77 0 0.09 0.20
HSL 173.08º 0.62% 0.49% -
HSV(B) 173.08º 0.77% 0.8% -
XYZ 31.29 46.82 53.29 -
YUV 154.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 47 203 185 0.77 0 0.09 0.20 173.08 0.62 0.49
Hex 2F CB B9 4D 0 9 14 AD 3E 31
Octal 57 313 271 115 0 11 24 255 76 61
Binary 101111 11001011 10111001 1001101 0 1001 10100 10101101 111110 110001

Color Harmonies of #2FCBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCBB9

Black with #2FCBB9

Text Example


Text Example

White with #2FCBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,203,185); }

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

background-color css

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

 a { background-color: rgb(47,203,185); }

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

border-color css

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

 span { border-color: rgb(47,203,185); }

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