Html Css Color HEX #2ADABB Turquoise

📋 copy color: '#2ADABB'

red 42 ◦ green 218 ◦ blue 187

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

Shades of Turquoise #2ADABB

Tints of Turquoise #2ADABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 9.4%
G = 48.77%
B = 41.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#2ADABB (or 0x2ADABB) is known color: Turquoise. HEX triplet: 2A, DA and BB. RGB value is (42,218,187). Sum of RGB (Red+Green+Blue) = 42+218+187=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADABB is #D52544. Grayscale: #A1A1A1. Windows color (decimal): -13968709 or 12311082. OLE color: 12311082.

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

Color convert

RGB 42 218 187 -
CMYK 0.81 0 0.14 0.15
HSL 169.43º 0.7% 0.51% -
HSV(B) 169.43º 0.81% 0.85% -
XYZ 35 54.22 55.64 -
YUV 161.84 142.19 42.52 -
System Red Green Blue C M Y K H S L
Decimal 42 218 187 0.81 0 0.14 0.15 169.43 0.7 0.51
Hex 2A DA BB 51 0 E F A9 46 33
Octal 52 332 273 121 0 16 17 251 106 63
Binary 101010 11011010 10111011 1010001 0 1110 1111 10101001 1000110 110011

Color Harmonies of #2ADABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADABB

Black with #2ADABB

Text Example


Text Example

White with #2ADABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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