Html Css Color HEX #2ADDD7 Turquoise

📋 copy color: '#2ADDD7'

red 42 ◦ green 221 ◦ blue 215

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

Shades of Turquoise #2ADDD7

Tints of Turquoise #2ADDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.98%

R = 8.79%
G = 46.23%
B = 44.98%

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

#2ADDD7 (or 0x2ADDD7) is known color: Turquoise. HEX triplet: 2A, DD and D7. RGB value is (42,221,215). Sum of RGB (Red+Green+Blue) = 42+221+215=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDD7 is #D52228. Grayscale: #A6A6A6. Windows color (decimal): -13967913 or 14146858. OLE color: 14146858.

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

Color convert

RGB 42 221 215 -
CMYK 0.81 0 0.03 0.13
HSL 177.99º 0.72% 0.52% -
HSV(B) 177.99º 0.81% 0.87% -
XYZ 39.08 57.11 73.25 -
YUV 166.8 155.2 38.99 -
System Red Green Blue C M Y K H S L
Decimal 42 221 215 0.81 0 0.03 0.13 177.99 0.72 0.52
Hex 2A DD D7 51 0 3 D B2 48 34
Octal 52 335 327 121 0 3 15 262 110 64
Binary 101010 11011101 11010111 1010001 0 11 1101 10110010 1001000 110100

Color Harmonies of #2ADDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDD7

Black with #2ADDD7

Text Example


Text Example

White with #2ADDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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