Html Css Color HEX #2ADCC9 Turquoise

📋 copy color: '#2ADCC9'

red 42 ◦ green 220 ◦ blue 201

#2ADCC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2ADCC9

Tints of Turquoise #2ADCC9

RGB

 RED value IS 42 (16.8% from 255) = 9.07%

 GREEN value IS 220 (86.33% from 255) = 47.52%

 BLUE value IS 201 (78.91% from 255) = 43.41%

R = 9.07%
G = 47.52%
B = 43.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#2ADCC9 (or 0x2ADCC9) is known color: Turquoise. HEX triplet: 2A, DC and C9. RGB value is (42,220,201). Sum of RGB (Red+Green+Blue) = 42+220+201=463 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.07% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCC9 is #D52336. Grayscale: #A4A4A4. Windows color (decimal): -13968183 or 13229098. OLE color: 13229098.

HSL color Cylindrical-coordinate representation of color #2ADCC9: hue angle of 173.6º 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 #2ADCC9 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 201 -
CMYK 0.81 0 0.09 0.14
HSL 173.6º 0.72% 0.51% -
HSV(B) 173.6º 0.81% 0.86% -
XYZ 37.09 55.9 64.09 -
YUV 164.61 148.53 40.54 -
System Red Green Blue C M Y K H S L
Decimal 42 220 201 0.81 0 0.09 0.14 173.6 0.72 0.51
Hex 2A DC C9 51 0 9 E AE 48 33
Octal 52 334 311 121 0 11 16 256 110 63
Binary 101010 11011100 11001001 1010001 0 1001 1110 10101110 1001000 110011

Color Harmonies of #2ADCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCC9

Black with #2ADCC9

Text Example


Text Example

White with #2ADCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ADCC9;
 }
 .AnyTagClassName
 {
   color: #2ADCC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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