Html Css Color HEX #2FCEC3 Medium Turquoise

📋 copy color: '#2FCEC3'

red 47 ◦ green 206 ◦ blue 195

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

Shades of Medium Turquoise #2FCEC3

Tints of Medium Turquoise #2FCEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.53%

R = 10.49%
G = 45.98%
B = 43.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#2FCEC3 (or 0x2FCEC3) is known color: Medium Turquoise. HEX triplet: 2F, CE and C3. RGB value is (47,206,195). Sum of RGB (Red+Green+Blue) = 47+206+195=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEC3 is #D0313C. Grayscale: #9D9D9D. Windows color (decimal): -13644093 or 12832303. OLE color: 12832303.

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

Color convert

RGB 47 206 195 -
CMYK 0.77 0 0.05 0.19
HSL 175.85º 0.63% 0.5% -
HSV(B) 175.85º 0.77% 0.81% -
XYZ 33.09 48.69 59.28 -
YUV 157.21 149.32 49.39 -
System Red Green Blue C M Y K H S L
Decimal 47 206 195 0.77 0 0.05 0.19 175.85 0.63 0.5
Hex 2F CE C3 4D 0 5 13 B0 3F 32
Octal 57 316 303 115 0 5 23 260 77 62
Binary 101111 11001110 11000011 1001101 0 101 10011 10110000 111111 110010

Color Harmonies of #2FCEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEC3

Black with #2FCEC3

Text Example


Text Example

White with #2FCEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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