#2AD1CC

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

Shades of Turquoise #2AD1CC

Tints of Turquoise #2AD1CC

Color information

#2AD1CC (or 0x2AD1CC) is unknown color: approx Turquoise. HEX triplet: 2A, D1 and CC. RGB value is (42,209,204). Sum of RGB (Red+Green+Blue) = 42+209+204=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD1CC is #D52E33. Grayscale: #9E9E9E. Windows color (decimal): -13970996 or 13422890. OLE color: 13422890.

HSL color Cylindrical-coordinate representation of color #2AD1CC: hue angle of 178.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD1CC is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB42209204-
CMYK0.8000.020.18
HSL178.2º66.53%49.22%-
HSV(B)178.2º79.9%81.96%-
XYZ34.6550.4565.04-
YUV158.5153.6744.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.23%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=9.23%
G=45.93%
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.18
SystemRedGreenBlueCMYKHSL
Decimal422092040.8000.020.18178.266.5349.22
Hex2AD1CC500212b24331
Octal52321314120022226210361
Binary1010101101000111001100101000001010010101100101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,209,204); }

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

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

 a { background-color: rgb(42,209,204); }

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

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

 span { border-color: rgb(42,209,204); }

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