Html Css Color HEX #3ADDC4 Turquoise

📋 copy color: '#3ADDC4'

red 58 ◦ green 221 ◦ blue 196

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

Shades of Turquoise #3ADDC4

Tints of Turquoise #3ADDC4

RGB

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

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

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

R = 12.21%
G = 46.53%
B = 41.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#3ADDC4 (or 0x3ADDC4) is known color: Turquoise. HEX triplet: 3A, DD and C4. RGB value is (58,221,196). Sum of RGB (Red+Green+Blue) = 58+221+196=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC4 is #C5223B. Grayscale: #A9A9A9. Windows color (decimal): -12919356 or 12901690. OLE color: 12901690.

HSL color Cylindrical-coordinate representation of color #3ADDC4: hue angle of 170.8º 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 #3ADDC4 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 221 196 -
CMYK 0.74 0 0.11 0.13
HSL 170.8º 0.71% 0.55% -
HSV(B) 170.8º 0.74% 0.87% -
XYZ 37.57 56.6 61.17 -
YUV 169.41 143 48.53 -
System Red Green Blue C M Y K H S L
Decimal 58 221 196 0.74 0 0.11 0.13 170.8 0.71 0.55
Hex 3A DD C4 4A 0 B D AB 47 37
Octal 72 335 304 112 0 13 15 253 107 67
Binary 111010 11011101 11000100 1001010 0 1011 1101 10101011 1000111 110111

Color Harmonies of #3ADDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADDC4

Black with #3ADDC4

Text Example


Text Example

White with #3ADDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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