#2cd5cc

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

Shades of Turquoise #2CD5CC

Tints of Turquoise #2CD5CC

Color information

#2CD5CC (or 0x2CD5CC) is unknown color: approx Turquoise. HEX triplet: 2C, D5 and CC. RGB value is (44,213,204). Sum of RGB (Red+Green+Blue) = 44+213+204=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD5CC is #D32A33. Grayscale: #A1A1A1. Windows color (decimal): -13838900 or 13423916. OLE color: 13423916.

HSL color Cylindrical-coordinate representation of color #2CD5CC: hue angle of 176.8º 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 #2CD5CC is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB44213204-
CMYK0.7900.040.16
HSL176.8º66.8%50.39%-
HSV(B)176.8º79.34%83.53%-
XYZ35.7352.4865.37-
YUV161.44152.0144.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.54%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=9.54%
G=46.20%
B=44.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal442132040.7900.040.16176.866.850.39
Hex2CD5CC4F0410b14332
Octal54325314117042026110362
Binary10110011010101110011001001111010010000101100011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cd5cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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