#2CDFE3

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

Shades of Turquoise #2CDFE3

Tints of Turquoise #2CDFE3

Color information

#2CDFE3 (or 0x2CDFE3) is unknown color: approx Turquoise. HEX triplet: 2C, DF and E3. RGB value is (44,223,227). Sum of RGB (Red+Green+Blue) = 44+223+227=494 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.91% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #2CDFE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFE3 is #D3201C. Grayscale: #A9A9A9. Windows color (decimal): -13836317 or 14933804. OLE color: 14933804.

HSL color Cylindrical-coordinate representation of color #2CDFE3: hue angle of 181.31º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CDFE3 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB44223227-
CMYK0.810.0200.11
HSL181.31º76.57%53.14%-
HSV(B)181.31º80.62%89.02%-
XYZ41.2958.8681.86-
YUV169.94160.238.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.91%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 227 (89.06% from 255) = 45.95%
R=8.91%
G=45.14%
B=45.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442232270.810.0200.11181.3176.5753.14
Hex2CDFE35120Bb54d35
Octal54337343121201326511565
Binary101100110111111110001110100011001011101101011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,223,227); }

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

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

 a { background-color: rgb(44,223,227); }

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

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

 span { border-color: rgb(44,223,227); }

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