Html Css Color HEX #2AD7C4 Turquoise

📋 copy color: '#2AD7C4'

red 42 ◦ green 215 ◦ blue 196

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

Shades of Turquoise #2AD7C4

Tints of Turquoise #2AD7C4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 196 (76.95% from 255) = 43.27%

R = 9.27%
G = 47.46%
B = 43.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#2AD7C4 (or 0x2AD7C4) is known color: Turquoise. HEX triplet: 2A, D7 and C4. RGB value is (42,215,196). Sum of RGB (Red+Green+Blue) = 42+215+196=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD7C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD7C4 is #D5283B. Grayscale: #A1A1A1. Windows color (decimal): -13969468 or 12900138. OLE color: 12900138.

HSL color Cylindrical-coordinate representation of color #2AD7C4: hue angle of 173.41º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD7C4 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 215 196 -
CMYK 0.80 0 0.09 0.16
HSL 173.41º 0.68% 0.5% -
HSV(B) 173.41º 0.8% 0.84% -
XYZ 35.22 53.08 60.61 -
YUV 161.11 147.69 43.04 -
System Red Green Blue C M Y K H S L
Decimal 42 215 196 0.80 0 0.09 0.16 173.41 0.68 0.5
Hex 2A D7 C4 50 0 9 10 AD 44 32
Octal 52 327 304 120 0 11 20 255 104 62
Binary 101010 11010111 11000100 1010000 0 1001 10000 10101101 1000100 110010

Color Harmonies of #2AD7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD7C4

Black with #2AD7C4

Text Example


Text Example

White with #2AD7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,215,196); }

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

background-color css

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

 a { background-color: rgb(42,215,196); }

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

border-color css

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

 span { border-color: rgb(42,215,196); }

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