Html Css Color HEX #2ADED3 Turquoise

📋 copy color: '#2ADED3'

red 42 ◦ green 222 ◦ blue 211

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

Shades of Turquoise #2ADED3

Tints of Turquoise #2ADED3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.74%

 BLUE value IS 211 (82.81% from 255) = 44.42%

R = 8.84%
G = 46.74%
B = 44.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#2ADED3 (or 0x2ADED3) is known color: Turquoise. HEX triplet: 2A, DE and D3. RGB value is (42,222,211). Sum of RGB (Red+Green+Blue) = 42+222+211=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADED3 is #D5212C. Grayscale: #A6A6A6. Windows color (decimal): -13967661 or 13884970. OLE color: 13884970.

HSL color Cylindrical-coordinate representation of color #2ADED3: hue angle of 176.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADED3 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 222 211 -
CMYK 0.81 0 0.05 0.13
HSL 176.33º 0.73% 0.52% -
HSV(B) 176.33º 0.81% 0.87% -
XYZ 38.83 57.44 70.67 -
YUV 166.93 152.87 38.89 -
System Red Green Blue C M Y K H S L
Decimal 42 222 211 0.81 0 0.05 0.13 176.33 0.73 0.52
Hex 2A DE D3 51 0 5 D B0 49 34
Octal 52 336 323 121 0 5 15 260 111 64
Binary 101010 11011110 11010011 1010001 0 101 1101 10110000 1001001 110100

Color Harmonies of #2ADED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADED3

Black with #2ADED3

Text Example


Text Example

White with #2ADED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,222,211); }

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

background-color css

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

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

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

border-color css

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

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

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