#2FC7CD

Color #2FC7CD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #2FC7CD

Tints of Medium Turquoise #2FC7CD

Color information

#2FC7CD (or 0x2FC7CD) is unknown color: approx Medium Turquoise. HEX triplet: 2F, C7 and CD. RGB value is (47,199,205). Sum of RGB (Red+Green+Blue) = 47+199+205=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #2FC7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC7CD is #D03832. Grayscale: #9A9A9A. Windows color (decimal): -13645875 or 13485871. OLE color: 13485871.

HSL color Cylindrical-coordinate representation of color #2FC7CD: hue angle of 182.28º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC7CD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB47199205-
CMYK0.770.0300.20
HSL182.28º62.7%49.41%-
HSV(B)182.28º77.07%80.39%-
XYZ32.6245.8664.89-
YUV154.24156.6451.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.42%
GREEN value IS 199 (78.12% from 255) = 44.12%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=10.42%
G=44.12%
B=45.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471992050.770.0300.20182.2862.749.41
Hex2FC7CD4D3014b63f31
Octal5730731511530242667761
Binary101111110001111100110110011011101010010110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FC7CD;
 }
 .AnyTagClassName
 {
   color: #2FC7CD;
 }
</style>
background-color css

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

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

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

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

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

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