Html Css Color HEX #2FCEC7 Medium Turquoise

📋 copy color: '#2FCEC7'

red 47 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #2FCEC7

Tints of Medium Turquoise #2FCEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.03%

R = 10.4%
G = 45.58%
B = 44.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#2FCEC7 (or 0x2FCEC7) is known color: Medium Turquoise. HEX triplet: 2F, CE and C7. RGB value is (47,206,199). Sum of RGB (Red+Green+Blue) = 47+206+199=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC7 is #D03138. Grayscale: #9D9D9D. Windows color (decimal): -13644089 or 13094447. OLE color: 13094447.

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

Color convert

RGB 47 206 199 -
CMYK 0.77 0 0.03 0.19
HSL 177.36º 0.63% 0.5% -
HSV(B) 177.36º 0.77% 0.81% -
XYZ 33.55 48.87 61.7 -
YUV 157.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 47 206 199 0.77 0 0.03 0.19 177.36 0.63 0.5
Hex 2F CE C7 4D 0 3 13 B1 3F 32
Octal 57 316 307 115 0 3 23 261 77 62
Binary 101111 11001110 11000111 1001101 0 11 10011 10110001 111111 110010

Color Harmonies of #2FCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEC7

Black with #2FCEC7

Text Example


Text Example

White with #2FCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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