Html Css Color HEX #2ADDD6 Turquoise

📋 copy color: '#2ADDD6'

red 42 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #2ADDD6

Tints of Turquoise #2ADDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 8.81%
G = 46.33%
B = 44.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#2ADDD6 (or 0x2ADDD6) is known color: Turquoise. HEX triplet: 2A, DD and D6. RGB value is (42,221,214). Sum of RGB (Red+Green+Blue) = 42+221+214=477 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.81% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDD6 is #D52229. Grayscale: #A6A6A6. Windows color (decimal): -13967914 or 14081322. OLE color: 14081322.

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

Color convert

RGB 42 221 214 -
CMYK 0.81 0 0.03 0.13
HSL 177.65º 0.72% 0.52% -
HSV(B) 177.65º 0.81% 0.87% -
XYZ 38.95 57.06 72.58 -
YUV 166.68 154.7 39.07 -
System Red Green Blue C M Y K H S L
Decimal 42 221 214 0.81 0 0.03 0.13 177.65 0.72 0.52
Hex 2A DD D6 51 0 3 D B2 48 34
Octal 52 335 326 121 0 3 15 262 110 64
Binary 101010 11011101 11010110 1010001 0 11 1101 10110010 1001000 110100

Color Harmonies of #2ADDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDD6

Black with #2ADDD6

Text Example


Text Example

White with #2ADDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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