Html Css Color HEX #2ADBB7 Turquoise

📋 copy color: '#2ADBB7'

red 42 ◦ green 219 ◦ blue 183

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

Shades of Turquoise #2ADBB7

Tints of Turquoise #2ADBB7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.32%

 BLUE value IS 183 (71.88% from 255) = 41.22%

R = 9.46%
G = 49.32%
B = 41.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#2ADBB7 (or 0x2ADBB7) is known color: Turquoise. HEX triplet: 2A, DB and B7. RGB value is (42,219,183). Sum of RGB (Red+Green+Blue) = 42+219+183=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBB7 is #D52448. Grayscale: #A1A1A1. Windows color (decimal): -13968457 or 12049194. OLE color: 12049194.

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

Color convert

RGB 42 219 183 -
CMYK 0.81 0 0.16 0.14
HSL 167.8º 0.71% 0.51% -
HSV(B) 167.8º 0.81% 0.86% -
XYZ 34.83 54.57 53.5 -
YUV 161.97 139.86 42.43 -
System Red Green Blue C M Y K H S L
Decimal 42 219 183 0.81 0 0.16 0.14 167.8 0.71 0.51
Hex 2A DB B7 51 0 10 E A8 47 33
Octal 52 333 267 121 0 20 16 250 107 63
Binary 101010 11011011 10110111 1010001 0 10000 1110 10101000 1000111 110011

Color Harmonies of #2ADBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBB7

Black with #2ADBB7

Text Example


Text Example

White with #2ADBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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