Html Css Color HEX #2ADCE6 Turquoise

📋 copy color: '#2ADCE6'

red 42 ◦ green 220 ◦ blue 230

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

Shades of Turquoise #2ADCE6

Tints of Turquoise #2ADCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 8.54%
G = 44.72%
B = 46.75%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2ADCE6 (or 0x2ADCE6) is known color: Turquoise. HEX triplet: 2A, DC and E6. RGB value is (42,220,230). Sum of RGB (Red+Green+Blue) = 42+220+230=492 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.54% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #2ADCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADCE6 is #D52319. Grayscale: #A7A7A7. Windows color (decimal): -13968154 or 15129642. OLE color: 15129642.

HSL color Cylindrical-coordinate representation of color #2ADCE6: hue angle of 183.19º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADCE6 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 220 230 -
CMYK 0.82 0.04 0 0.10
HSL 183.19º 0.79% 0.53% -
HSV(B) 183.19º 0.82% 0.9% -
XYZ 40.83 57.39 83.79 -
YUV 167.92 163.03 38.19 -
System Red Green Blue C M Y K H S L
Decimal 42 220 230 0.82 0.04 0 0.10 183.19 0.79 0.53
Hex 2A DC E6 52 4 0 A B7 4F 35
Octal 52 334 346 122 4 0 12 267 117 65
Binary 101010 11011100 11100110 1010010 100 0 1010 10110111 1001111 110101

Color Harmonies of #2ADCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCE6

Black with #2ADCE6

Text Example


Text Example

White with #2ADCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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