#2FD5C0

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

Shades of Turquoise #2FD5C0

Tints of Turquoise #2FD5C0

Color information

#2FD5C0 (or 0x2FD5C0) is unknown color: approx Turquoise. HEX triplet: 2F, D5 and C0. RGB value is (47,213,192). Sum of RGB (Red+Green+Blue) = 47+213+192=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD5C0 is #D02A3F. Grayscale: #A0A0A0. Windows color (decimal): -13642304 or 12637487. OLE color: 12637487.

HSL color Cylindrical-coordinate representation of color #2FD5C0: hue angle of 172.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD5C0 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB47213192-
CMYK0.7800.100.16
HSL172.41º66.4%50.98%-
HSV(B)172.41º77.93%83.53%-
XYZ34.485258.09-
YUV160.97145.546.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.40%
GREEN value IS 213 (83.59% from 255) = 47.12%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=10.40%
G=47.12%
B=42.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal472131920.7800.100.16172.4166.450.98
Hex2FD5C04E0A10ac4233
Octal573253001160122025410263
Binary101111110101011100000010011100101010000101011001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,213,192); }

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

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

 a { background-color: rgb(47,213,192); }

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

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

 span { border-color: rgb(47,213,192); }

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