Html Css Color HEX #2AD4DB Turquoise

📋 copy color: '#2AD4DB'

red 42 ◦ green 212 ◦ blue 219

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

Shades of Turquoise #2AD4DB

Tints of Turquoise #2AD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 8.88%
G = 44.82%
B = 46.3%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2AD4DB (or 0x2AD4DB) is known color: Turquoise. HEX triplet: 2A, D4 and DB. RGB value is (42,212,219). Sum of RGB (Red+Green+Blue) = 42+212+219=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD4DB is #D52B24. Grayscale: #A1A1A1. Windows color (decimal): -13970213 or 14406698. OLE color: 14406698.

HSL color Cylindrical-coordinate representation of color #2AD4DB: hue angle of 182.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD4DB is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 212 219 -
CMYK 0.81 0.03 0 0.14
HSL 182.37º 0.71% 0.51% -
HSV(B) 182.37º 0.81% 0.86% -
XYZ 37.28 52.69 75.22 -
YUV 161.97 160.18 42.43 -
System Red Green Blue C M Y K H S L
Decimal 42 212 219 0.81 0.03 0 0.14 182.37 0.71 0.51
Hex 2A D4 DB 51 3 0 E B6 47 33
Octal 52 324 333 121 3 0 16 266 107 63
Binary 101010 11010100 11011011 1010001 11 0 1110 10110110 1000111 110011

Color Harmonies of #2AD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD4DB

Black with #2AD4DB

Text Example


Text Example

White with #2AD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,212,219); }

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

background-color css

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

 a { background-color: rgb(42,212,219); }

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

border-color css

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

 span { border-color: rgb(42,212,219); }

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