Html Css Color HEX #3ADDC2 Turquoise

📋 copy color: '#3ADDC2'

red 58 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #3ADDC2

Tints of Turquoise #3ADDC2

RGB

 RED value IS 58 (23.05% from 255) = 12.26%

 GREEN value IS 221 (86.72% from 255) = 46.72%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 12.26%
G = 46.72%
B = 41.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#3ADDC2 (or 0x3ADDC2) is known color: Turquoise. HEX triplet: 3A, DD and C2. RGB value is (58,221,194). Sum of RGB (Red+Green+Blue) = 58+221+194=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC2 is #C5223D. Grayscale: #A9A9A9. Windows color (decimal): -12919358 or 12770618. OLE color: 12770618.

HSL color Cylindrical-coordinate representation of color #3ADDC2: hue angle of 170.06º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDC2 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 221 194 -
CMYK 0.74 0 0.12 0.13
HSL 170.06º 0.71% 0.55% -
HSV(B) 170.06º 0.74% 0.87% -
XYZ 37.34 56.51 59.98 -
YUV 169.19 142 48.7 -
System Red Green Blue C M Y K H S L
Decimal 58 221 194 0.74 0 0.12 0.13 170.06 0.71 0.55
Hex 3A DD C2 4A 0 C D AA 47 37
Octal 72 335 302 112 0 14 15 252 107 67
Binary 111010 11011101 11000010 1001010 0 1100 1101 10101010 1000111 110111

Color Harmonies of #3ADDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDC2

Black with #3ADDC2

Text Example


Text Example

White with #3ADDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ADDC2; }

 p { color: rgb(58,221,194); }

 H1.HeaderClassName
 {
   color: #3ADDC2;
 }
 .AnyTagClassName
 {
   color: #3ADDC2;
 }
</style>

background-color css

<style>
 a { background-color: #3ADDC2; }

 a { background-color: rgb(58,221,194); }

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

border-color css

<style>
 span { border-color: #3ADDC2; }

 span { border-color: rgb(58,221,194); }

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