#2ADCCB

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

Shades of Turquoise #2ADCCB

Tints of Turquoise #2ADCCB

Color information

#2ADCCB (or 0x2ADCCB) is unknown color: approx Turquoise. HEX triplet: 2A, DC and CB. RGB value is (42,220,203). Sum of RGB (Red+Green+Blue) = 42+220+203=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCCB is #D52334. Grayscale: #A4A4A4. Windows color (decimal): -13968181 or 13360170. OLE color: 13360170.

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

Color convert

RGB42220203-
CMYK0.8100.080.14
HSL174.27º71.77%51.37%-
HSV(B)174.27º80.91%86.27%-
XYZ37.3355.9965.34-
YUV164.84149.5340.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.03%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=9.03%
G=47.31%
B=43.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal422202030.8100.080.14174.2771.7751.37
Hex2ADCCB5108Eae4833
Octal523343131210101625611063
Binary10101011011100110010111010001010001110101011101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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