Html Css Color HEX #2ADCE1 Turquoise

📋 copy color: '#2ADCE1'

red 42 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #2ADCE1

Tints of Turquoise #2ADCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.17%

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

R = 8.62%
G = 45.17%
B = 46.2%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2ADCE1 (or 0x2ADCE1) is known color: Turquoise. HEX triplet: 2A, DC and E1. RGB value is (42,220,225). Sum of RGB (Red+Green+Blue) = 42+220+225=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #2ADCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCE1 is #D5231E. Grayscale: #A7A7A7. Windows color (decimal): -13968159 or 14801962. OLE color: 14801962.

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

Color convert

RGB 42 220 225 -
CMYK 0.81 0.02 0 0.12
HSL 181.64º 0.75% 0.52% -
HSV(B) 181.64º 0.81% 0.88% -
XYZ 40.14 57.11 80.14 -
YUV 167.35 160.53 38.59 -
System Red Green Blue C M Y K H S L
Decimal 42 220 225 0.81 0.02 0 0.12 181.64 0.75 0.52
Hex 2A DC E1 51 2 0 C B6 4B 34
Octal 52 334 341 121 2 0 14 266 113 64
Binary 101010 11011100 11100001 1010001 10 0 1100 10110110 1001011 110100

Color Harmonies of #2ADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCE1

Black with #2ADCE1

Text Example


Text Example

White with #2ADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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