Html Css Color HEX #2ADAD9 Turquoise

📋 copy color: '#2ADAD9'

red 42 ◦ green 218 ◦ blue 217

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

Shades of Turquoise #2ADAD9

Tints of Turquoise #2ADAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 8.81%
G = 45.7%
B = 45.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#2ADAD9 (or 0x2ADAD9) is known color: Turquoise. HEX triplet: 2A, DA and D9. RGB value is (42,218,217). Sum of RGB (Red+Green+Blue) = 42+218+217=477 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.81% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAD9 is #D52526. Grayscale: #A5A5A5. Windows color (decimal): -13968679 or 14277162. OLE color: 14277162.

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

Color convert

RGB 42 218 217 -
CMYK 0.81 0 0.00 0.15
HSL 179.66º 0.7% 0.51% -
HSV(B) 179.66º 0.81% 0.85% -
XYZ 38.55 55.64 74.35 -
YUV 165.26 157.19 40.08 -
System Red Green Blue C M Y K H S L
Decimal 42 218 217 0.81 0 0.00 0.15 179.66 0.7 0.51
Hex 2A DA D9 51 0 0 F B4 46 33
Octal 52 332 331 121 0 0 17 264 106 63
Binary 101010 11011010 11011001 1010001 0 0 1111 10110100 1000110 110011

Color Harmonies of #2ADAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADAD9

Black with #2ADAD9

Text Example


Text Example

White with #2ADAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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