Html Css Color HEX #2AD1CE Turquoise

📋 copy color: '#2AD1CE'

red 42 ◦ green 209 ◦ blue 206

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

Shades of Turquoise #2AD1CE

Tints of Turquoise #2AD1CE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.73%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 9.19%
G = 45.73%
B = 45.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#2AD1CE (or 0x2AD1CE) is known color: Turquoise. HEX triplet: 2A, D1 and CE. RGB value is (42,209,206). Sum of RGB (Red+Green+Blue) = 42+209+206=457 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.19% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD1CE is #D52E31. Grayscale: #9E9E9E. Windows color (decimal): -13970994 or 13553962. OLE color: 13553962.

HSL color Cylindrical-coordinate representation of color #2AD1CE: hue angle of 178.92º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD1CE is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 206 -
CMYK 0.80 0 0.01 0.18
HSL 178.92º 0.67% 0.49% -
HSV(B) 178.92º 0.8% 0.82% -
XYZ 34.9 50.55 66.31 -
YUV 158.73 154.67 44.74 -
System Red Green Blue C M Y K H S L
Decimal 42 209 206 0.80 0 0.01 0.18 178.92 0.67 0.49
Hex 2A D1 CE 50 0 1 12 B3 43 31
Octal 52 321 316 120 0 1 22 263 103 61
Binary 101010 11010001 11001110 1010000 0 1 10010 10110011 1000011 110001

Color Harmonies of #2AD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD1CE

Black with #2AD1CE

Text Example


Text Example

White with #2AD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,209,206); }

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

background-color css

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

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

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

border-color css

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

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

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