Html Css Color HEX #2ADAD5 Turquoise

📋 copy color: '#2ADAD5'

red 42 ◦ green 218 ◦ blue 213

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

Shades of Turquoise #2ADAD5

Tints of Turquoise #2ADAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 8.88%
G = 46.09%
B = 45.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#2ADAD5 (or 0x2ADAD5) is known color: Turquoise. HEX triplet: 2A, DA and D5. RGB value is (42,218,213). Sum of RGB (Red+Green+Blue) = 42+218+213=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAD5 is #D5252A. Grayscale: #A4A4A4. Windows color (decimal): -13968683 or 14015018. OLE color: 14015018.

HSL color Cylindrical-coordinate representation of color #2ADAD5: hue angle of 178.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADAD5 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 213 -
CMYK 0.81 0 0.02 0.15
HSL 178.3º 0.7% 0.51% -
HSV(B) 178.3º 0.81% 0.85% -
XYZ 38.04 55.44 71.65 -
YUV 164.81 155.19 40.41 -
System Red Green Blue C M Y K H S L
Decimal 42 218 213 0.81 0 0.02 0.15 178.3 0.7 0.51
Hex 2A DA D5 51 0 2 F B2 46 33
Octal 52 332 325 121 0 2 17 262 106 63
Binary 101010 11011010 11010101 1010001 0 10 1111 10110010 1000110 110011

Color Harmonies of #2ADAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADAD5

Black with #2ADAD5

Text Example


Text Example

White with #2ADAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,213); }

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

background-color css

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

 a { background-color: rgb(42,218,213); }

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

border-color css

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

 span { border-color: rgb(42,218,213); }

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