Html Css Color HEX #2FCEBC Medium Turquoise

📋 copy color: '#2FCEBC'

red 47 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #2FCEBC

Tints of Medium Turquoise #2FCEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 10.66%
G = 46.71%
B = 42.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#2FCEBC (or 0x2FCEBC) is known color: Medium Turquoise. HEX triplet: 2F, CE and BC. RGB value is (47,206,188). Sum of RGB (Red+Green+Blue) = 47+206+188=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEBC is #D03143. Grayscale: #9C9C9C. Windows color (decimal): -13644100 or 12373551. OLE color: 12373551.

HSL color Cylindrical-coordinate representation of color #2FCEBC: hue angle of 173.21º 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 #2FCEBC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 206 188 -
CMYK 0.77 0 0.09 0.19
HSL 173.21º 0.63% 0.5% -
HSV(B) 173.21º 0.77% 0.81% -
XYZ 32.32 48.38 55.21 -
YUV 156.41 145.82 49.96 -
System Red Green Blue C M Y K H S L
Decimal 47 206 188 0.77 0 0.09 0.19 173.21 0.63 0.5
Hex 2F CE BC 4D 0 9 13 AD 3F 32
Octal 57 316 274 115 0 11 23 255 77 62
Binary 101111 11001110 10111100 1001101 0 1001 10011 10101101 111111 110010

Color Harmonies of #2FCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEBC

Black with #2FCEBC

Text Example


Text Example

White with #2FCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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