#2FCDC7

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

Shades of Medium Turquoise #2FCDC7

Tints of Medium Turquoise #2FCDC7

Color information

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

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

Color convert

RGB47205199-
CMYK0.7700.030.20
HSL177.72º62.7%49.41%-
HSV(B)177.72º77.07%80.39%-
XYZ33.3148.3961.62-
YUV157.07151.6549.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal472051990.7700.030.20177.7262.749.41
Hex2FCDC74D0314b23f31
Octal5731530711503242627761
Binary101111110011011100011110011010111010010110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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