Html Css Color HEX #2AD1C7 Turquoise

📋 copy color: '#2AD1C7'

red 42 ◦ green 209 ◦ blue 199

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

Shades of Turquoise #2AD1C7

Tints of Turquoise #2AD1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.22%

R = 9.33%
G = 46.44%
B = 44.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#2AD1C7 (or 0x2AD1C7) is known color: Turquoise. HEX triplet: 2A, D1 and C7. RGB value is (42,209,199). Sum of RGB (Red+Green+Blue) = 42+209+199=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD1C7 is #D52E38. Grayscale: #9D9D9D. Windows color (decimal): -13971001 or 13095210. OLE color: 13095210.

HSL color Cylindrical-coordinate representation of color #2AD1C7: hue angle of 176.41º 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 #2AD1C7 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 199 -
CMYK 0.80 0 0.05 0.18
HSL 176.41º 0.67% 0.49% -
HSV(B) 176.41º 0.8% 0.82% -
XYZ 34.06 50.22 61.93 -
YUV 157.93 151.17 45.31 -
System Red Green Blue C M Y K H S L
Decimal 42 209 199 0.80 0 0.05 0.18 176.41 0.67 0.49
Hex 2A D1 C7 50 0 5 12 B0 43 31
Octal 52 321 307 120 0 5 22 260 103 61
Binary 101010 11010001 11000111 1010000 0 101 10010 10110000 1000011 110001

Color Harmonies of #2AD1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD1C7

Black with #2AD1C7

Text Example


Text Example

White with #2AD1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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