Html Css Color HEX #2FCEC5 Medium Turquoise

📋 copy color: '#2FCEC5'

red 47 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #2FCEC5

Tints of Medium Turquoise #2FCEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.78%

R = 10.44%
G = 45.78%
B = 43.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#2FCEC5 (or 0x2FCEC5) is known color: Medium Turquoise. HEX triplet: 2F, CE and C5. RGB value is (47,206,197). Sum of RGB (Red+Green+Blue) = 47+206+197=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC5 is #D0313A. Grayscale: #9D9D9D. Windows color (decimal): -13644091 or 12963375. OLE color: 12963375.

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

Color convert

RGB 47 206 197 -
CMYK 0.77 0 0.04 0.19
HSL 176.6º 0.63% 0.5% -
HSV(B) 176.6º 0.77% 0.81% -
XYZ 33.32 48.78 60.48 -
YUV 157.43 150.32 49.23 -
System Red Green Blue C M Y K H S L
Decimal 47 206 197 0.77 0 0.04 0.19 176.6 0.63 0.5
Hex 2F CE C5 4D 0 4 13 B1 3F 32
Octal 57 316 305 115 0 4 23 261 77 62
Binary 101111 11001110 11000101 1001101 0 100 10011 10110001 111111 110010

Color Harmonies of #2FCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEC5

Black with #2FCEC5

Text Example


Text Example

White with #2FCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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