Html Css Color HEX #2ADDCD Turquoise

📋 copy color: '#2ADDCD'

red 42 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #2ADDCD

Tints of Turquoise #2ADDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 8.97%
G = 47.22%
B = 43.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#2ADDCD (or 0x2ADDCD) is known color: Turquoise. HEX triplet: 2A, DD and CD. RGB value is (42,221,205). Sum of RGB (Red+Green+Blue) = 42+221+205=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDCD is #D52232. Grayscale: #A5A5A5. Windows color (decimal): -13967923 or 13491498. OLE color: 13491498.

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

Color convert

RGB 42 221 205 -
CMYK 0.81 0 0.07 0.13
HSL 174.64º 0.72% 0.52% -
HSV(B) 174.64º 0.81% 0.87% -
XYZ 37.83 56.61 66.69 -
YUV 165.66 150.2 39.8 -
System Red Green Blue C M Y K H S L
Decimal 42 221 205 0.81 0 0.07 0.13 174.64 0.72 0.52
Hex 2A DD CD 51 0 7 D AF 48 34
Octal 52 335 315 121 0 7 15 257 110 64
Binary 101010 11011101 11001101 1010001 0 111 1101 10101111 1001000 110100

Color Harmonies of #2ADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDCD

Black with #2ADDCD

Text Example


Text Example

White with #2ADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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