Html Css Color HEX #2ADDCA Turquoise

📋 copy color: '#2ADDCA'

red 42 ◦ green 221 ◦ blue 202

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

Shades of Turquoise #2ADDCA

Tints of Turquoise #2ADDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.53%

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 9.03%
G = 47.53%
B = 43.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#2ADDCA (or 0x2ADDCA) is known color: Turquoise. HEX triplet: 2A, DD and CA. RGB value is (42,221,202). Sum of RGB (Red+Green+Blue) = 42+221+202=465 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.03% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDCA is #D52235. Grayscale: #A5A5A5. Windows color (decimal): -13967926 or 13294890. OLE color: 13294890.

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

Color convert

RGB 42 221 202 -
CMYK 0.81 0 0.09 0.13
HSL 173.63º 0.72% 0.52% -
HSV(B) 173.63º 0.81% 0.87% -
XYZ 37.47 56.47 64.8 -
YUV 165.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 42 221 202 0.81 0 0.09 0.13 173.63 0.72 0.52
Hex 2A DD CA 51 0 9 D AE 48 34
Octal 52 335 312 121 0 11 15 256 110 64
Binary 101010 11011101 11001010 1010001 0 1001 1101 10101110 1001000 110100

Color Harmonies of #2ADDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDCA

Black with #2ADDCA

Text Example


Text Example

White with #2ADDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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