Html Css Color HEX #2ADBDB Turquoise

📋 copy color: '#2ADBDB'

red 42 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #2ADBDB

Tints of Turquoise #2ADBDB

RGB

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

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

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

R = 8.75%
G = 45.63%
B = 45.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ADBDB (or 0x2ADBDB) is known color: Turquoise. HEX triplet: 2A, DB and DB. RGB value is (42,219,219). Sum of RGB (Red+Green+Blue) = 42+219+219=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #2ADBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBDB is #D52424. Grayscale: #A5A5A5. Windows color (decimal): -13968421 or 14408490. OLE color: 14408490.

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

Color convert

RGB 42 219 219 -
CMYK 0.81 0 0 0.14
HSL 180º 0.71% 0.51% -
HSV(B) 180º 0.81% 0.86% -
XYZ 39.07 56.27 75.82 -
YUV 166.08 157.86 39.5 -
System Red Green Blue C M Y K H S L
Decimal 42 219 219 0.81 0 0 0.14 180 0.71 0.51
Hex 2A DB DB 51 0 0 E B4 47 33
Octal 52 333 333 121 0 0 16 264 107 63
Binary 101010 11011011 11011011 1010001 0 0 1110 10110100 1000111 110011

Color Harmonies of #2ADBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBDB

Black with #2ADBDB

Text Example


Text Example

White with #2ADBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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