Html Css Color HEX #2FCEB9 Medium Turquoise

📋 copy color: '#2FCEB9'

red 47 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #2FCEB9

Tints of Medium Turquoise #2FCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.03%

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

R = 10.73%
G = 47.03%
B = 42.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#2FCEB9 (or 0x2FCEB9) is known color: Medium Turquoise. HEX triplet: 2F, CE and B9. RGB value is (47,206,185). Sum of RGB (Red+Green+Blue) = 47+206+185=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEB9 is #D03146. Grayscale: #9B9B9B. Windows color (decimal): -13644103 or 12176943. OLE color: 12176943.

HSL color Cylindrical-coordinate representation of color #2FCEB9: hue angle of 172.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCEB9 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 185 -
CMYK 0.77 0 0.10 0.19
HSL 172.08º 0.63% 0.5% -
HSV(B) 172.08º 0.77% 0.81% -
XYZ 32 48.25 53.53 -
YUV 156.07 144.32 50.21 -
System Red Green Blue C M Y K H S L
Decimal 47 206 185 0.77 0 0.10 0.19 172.08 0.63 0.5
Hex 2F CE B9 4D 0 A 13 AC 3F 32
Octal 57 316 271 115 0 12 23 254 77 62
Binary 101111 11001110 10111001 1001101 0 1010 10011 10101100 111111 110010

Color Harmonies of #2FCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEB9

Black with #2FCEB9

Text Example


Text Example

White with #2FCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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