#2CDAD5

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

Shades of Turquoise #2CDAD5

Tints of Turquoise #2CDAD5

Color information

#2CDAD5 (or 0x2CDAD5) is unknown color: approx Turquoise. HEX triplet: 2C, DA and D5. RGB value is (44,218,213). Sum of RGB (Red+Green+Blue) = 44+218+213=475 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.26% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDAD5 is #D3252A. Grayscale: #A5A5A5. Windows color (decimal): -13837611 or 14015020. OLE color: 14015020.

HSL color Cylindrical-coordinate representation of color #2CDAD5: hue angle of 178.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDAD5 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB44218213-
CMYK0.8000.020.15
HSL178.28º70.16%51.37%-
HSV(B)178.28º79.82%85.49%-
XYZ38.1255.4871.65-
YUV165.4154.8541.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.26%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=9.26%
G=45.89%
B=44.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal442182130.8000.020.15178.2870.1651.37
Hex2CDAD55002Fb24633
Octal54332325120021726210663
Binary101100110110101101010110100000101111101100101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,218,213); }

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

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

 a { background-color: rgb(44,218,213); }

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

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

 span { border-color: rgb(44,218,213); }

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