#2cd5d5

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

Shades of Turquoise #2CD5D5

Tints of Turquoise #2CD5D5

Color information

#2CD5D5 (or 0x2CD5D5) is unknown color: approx Turquoise. HEX triplet: 2C, D5 and D5. RGB value is (44,213,213). Sum of RGB (Red+Green+Blue) = 44+213+213=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #2CD5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD5D5 is #D32A2A. Grayscale: #A2A2A2. Windows color (decimal): -13838891 or 14013740. OLE color: 14013740.

HSL color Cylindrical-coordinate representation of color #2CD5D5: hue angle of 180º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD5D5 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB44213213-
CMYK0.79000.16
HSL180º66.8%50.39%-
HSV(B)180º79.34%83.53%-
XYZ36.8452.9371.23-
YUV162.47156.5143.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.36%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=9.36%
G=45.32%
B=45.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal442132130.79000.1618066.850.39
Hex2CD5D54F0010b44332
Octal54325325117002026410362
Binary101100110101011101010110011110010000101101001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cd5d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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