Html Css Color HEX #2AD6D3 Turquoise

📋 copy color: '#2AD6D3'

red 42 ◦ green 214 ◦ blue 211

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

Shades of Turquoise #2AD6D3

Tints of Turquoise #2AD6D3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.82%

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

R = 8.99%
G = 45.82%
B = 45.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#2AD6D3 (or 0x2AD6D3) is known color: Turquoise. HEX triplet: 2A, D6 and D3. RGB value is (42,214,211). Sum of RGB (Red+Green+Blue) = 42+214+211=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6D3 is #D5292C. Grayscale: #A2A2A2. Windows color (decimal): -13969709 or 13882922. OLE color: 13882922.

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

Color convert

RGB 42 214 211 -
CMYK 0.80 0 0.01 0.16
HSL 178.95º 0.68% 0.5% -
HSV(B) 178.95º 0.8% 0.84% -
XYZ 36.76 53.29 69.98 -
YUV 162.23 155.52 42.24 -
System Red Green Blue C M Y K H S L
Decimal 42 214 211 0.80 0 0.01 0.16 178.95 0.68 0.5
Hex 2A D6 D3 50 0 1 10 B3 44 32
Octal 52 326 323 120 0 1 20 263 104 62
Binary 101010 11010110 11010011 1010000 0 1 10000 10110011 1000100 110010

Color Harmonies of #2AD6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD6D3

Black with #2AD6D3

Text Example


Text Example

White with #2AD6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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