Html Css Color HEX #2ADAB8 Turquoise

📋 copy color: '#2ADAB8'

red 42 ◦ green 218 ◦ blue 184

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

Shades of Turquoise #2ADAB8

Tints of Turquoise #2ADAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 9.46%
G = 49.1%
B = 41.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#2ADAB8 (or 0x2ADAB8) is known color: Turquoise. HEX triplet: 2A, DA and B8. RGB value is (42,218,184). Sum of RGB (Red+Green+Blue) = 42+218+184=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADAB8 is #D52547. Grayscale: #A1A1A1. Windows color (decimal): -13968712 or 12114474. OLE color: 12114474.

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

Color convert

RGB 42 218 184 -
CMYK 0.81 0 0.16 0.15
HSL 168.41º 0.7% 0.51% -
HSV(B) 168.41º 0.81% 0.85% -
XYZ 34.68 54.1 53.96 -
YUV 161.5 140.69 42.76 -
System Red Green Blue C M Y K H S L
Decimal 42 218 184 0.81 0 0.16 0.15 168.41 0.7 0.51
Hex 2A DA B8 51 0 10 F A8 46 33
Octal 52 332 270 121 0 20 17 250 106 63
Binary 101010 11011010 10111000 1010001 0 10000 1111 10101000 1000110 110011

Color Harmonies of #2ADAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADAB8

Black with #2ADAB8

Text Example


Text Example

White with #2ADAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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