#2CF1D1

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

Shades of Turquoise #2CF1D1

Tints of Turquoise #2CF1D1

Color information

#2CF1D1 (or 0x2CF1D1) is unknown color: approx Turquoise. HEX triplet: 2C, F1 and D1. RGB value is (44,241,209). Sum of RGB (Red+Green+Blue) = 44+241+209=494 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.91% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF1D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF1D1 is #D30E2E. Grayscale: #B2B2B2. Windows color (decimal): -13831727 or 13758764. OLE color: 13758764.

HSL color Cylindrical-coordinate representation of color #2CF1D1: hue angle of 170.25º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF1D1 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB44241209-
CMYK0.8200.130.05
HSL170.25º87.56%55.88%-
HSV(B)170.25º81.74%94.51%-
XYZ4468.0571.14-
YUV178.45145.2332.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.91%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=8.91%
G=48.79%
B=42.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal442412090.8200.130.05170.2587.5655.88
Hex2CF1D1520D5aa5838
Octal54361321122015525213070
Binary1011001111000111010001101001001101101101010101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,241,209); }

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

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

 a { background-color: rgb(44,241,209); }

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

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

 span { border-color: rgb(44,241,209); }

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