Html Css Color HEX #2FCEDC Medium Turquoise

📋 copy color: '#2FCEDC'

red 47 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #2FCEDC

Tints of Medium Turquoise #2FCEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 9.94%
G = 43.55%
B = 46.51%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FCEDC (or 0x2FCEDC) is known color: Medium Turquoise. HEX triplet: 2F, CE and DC. RGB value is (47,206,220). Sum of RGB (Red+Green+Blue) = 47+206+220=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCEDC is #D03123. Grayscale: #9F9F9F. Windows color (decimal): -13644068 or 14470703. OLE color: 14470703.

HSL color Cylindrical-coordinate representation of color #2FCEDC: hue angle of 184.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCEDC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 206 220 -
CMYK 0.79 0.06 0 0.14
HSL 184.86º 0.71% 0.52% -
HSV(B) 184.86º 0.79% 0.86% -
XYZ 36.16 49.91 75.44 -
YUV 160.06 161.82 47.36 -
System Red Green Blue C M Y K H S L
Decimal 47 206 220 0.79 0.06 0 0.14 184.86 0.71 0.52
Hex 2F CE DC 4F 6 0 E B9 47 34
Octal 57 316 334 117 6 0 16 271 107 64
Binary 101111 11001110 11011100 1001111 110 0 1110 10111001 1000111 110100

Color Harmonies of #2FCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCEDC

Black with #2FCEDC

Text Example


Text Example

White with #2FCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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