#2ADDCB

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

Shades of Turquoise #2ADDCB

Tints of Turquoise #2ADDCB

Color information

#2ADDCB (or 0x2ADDCB) is unknown color: approx Turquoise. HEX triplet: 2A, DD and CB. RGB value is (42,221,203). Sum of RGB (Red+Green+Blue) = 42+221+203=466 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.01% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDCB is #D52234. Grayscale: #A5A5A5. Windows color (decimal): -13967925 or 13360426. OLE color: 13360426.

HSL color Cylindrical-coordinate representation of color #2ADDCB: hue angle of 173.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDCB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB42221203-
CMYK0.8100.080.13
HSL173.97º72.47%51.57%-
HSV(B)173.97º81%86.67%-
XYZ37.5956.5265.43-
YUV165.43149.239.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.01%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=9.01%
G=47.42%
B=43.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422212030.8100.080.13173.9772.4751.57
Hex2ADDCB5108Dae4834
Octal523353131210101525611064
Binary10101011011101110010111010001010001101101011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,221,203); }

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

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

 a { background-color: rgb(42,221,203); }

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

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

 span { border-color: rgb(42,221,203); }

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