Html Css Color HEX #2ADBE1 Turquoise

📋 copy color: '#2ADBE1'

red 42 ◦ green 219 ◦ blue 225

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

Shades of Turquoise #2ADBE1

Tints of Turquoise #2ADBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 8.64%
G = 45.06%
B = 46.3%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2ADBE1 (or 0x2ADBE1) is known color: Turquoise. HEX triplet: 2A, DB and E1. RGB value is (42,219,225). Sum of RGB (Red+Green+Blue) = 42+219+225=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #2ADBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADBE1 is #D5241E. Grayscale: #A6A6A6. Windows color (decimal): -13968415 or 14801706. OLE color: 14801706.

HSL color Cylindrical-coordinate representation of color #2ADBE1: hue angle of 181.97º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBE1 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 219 225 -
CMYK 0.81 0.03 0 0.12
HSL 181.97º 0.75% 0.52% -
HSV(B) 181.97º 0.81% 0.88% -
XYZ 39.88 56.59 80.06 -
YUV 166.76 160.86 39.01 -
System Red Green Blue C M Y K H S L
Decimal 42 219 225 0.81 0.03 0 0.12 181.97 0.75 0.52
Hex 2A DB E1 51 3 0 C B6 4B 34
Octal 52 333 341 121 3 0 14 266 113 64
Binary 101010 11011011 11100001 1010001 11 0 1100 10110110 1001011 110100

Color Harmonies of #2ADBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADBE1

Black with #2ADBE1

Text Example


Text Example

White with #2ADBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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