Html Css Color HEX #2AD1CC Turquoise

📋 copy color: '#2AD1CC'

red 42 ◦ green 209 ◦ blue 204

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

Shades of Turquoise #2AD1CC

Tints of Turquoise #2AD1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 9.23%
G = 45.93%
B = 44.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#2AD1CC (or 0x2AD1CC) is known color: Turquoise. HEX triplet: 2A, D1 and CC. RGB value is (42,209,204). Sum of RGB (Red+Green+Blue) = 42+209+204=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD1CC is #D52E33. Grayscale: #9E9E9E. Windows color (decimal): -13970996 or 13422890. OLE color: 13422890.

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

Color convert

RGB 42 209 204 -
CMYK 0.80 0 0.02 0.18
HSL 178.2º 0.67% 0.49% -
HSV(B) 178.2º 0.8% 0.82% -
XYZ 34.65 50.45 65.04 -
YUV 158.5 153.67 44.91 -
System Red Green Blue C M Y K H S L
Decimal 42 209 204 0.80 0 0.02 0.18 178.2 0.67 0.49
Hex 2A D1 CC 50 0 2 12 B2 43 31
Octal 52 321 314 120 0 2 22 262 103 61
Binary 101010 11010001 11001100 1010000 0 10 10010 10110010 1000011 110001

Color Harmonies of #2AD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD1CC

Black with #2AD1CC

Text Example


Text Example

White with #2AD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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