#3ADDC6

Color #3ADDC6 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3ADDC6

Tints of Turquoise #3ADDC6

Color information

#3ADDC6 (or 0x3ADDC6) is unknown color: approx Turquoise. HEX triplet: 3A, DD and C6. RGB value is (58,221,198). Sum of RGB (Red+Green+Blue) = 58+221+198=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC6 is #C52239. Grayscale: #A9A9A9. Windows color (decimal): -12919354 or 13032762. OLE color: 13032762.

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

Color convert

RGB58221198-
CMYK0.7400.100.13
HSL171.53º70.56%54.71%-
HSV(B)171.53º73.76%86.67%-
XYZ37.7956.6962.38-
YUV169.6414448.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.16%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=12.16%
G=46.33%
B=41.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211980.7400.100.13171.5370.5654.71
Hex3ADDC64A0ADac4737
Octal723353061120121525410767
Binary11101011011101110001101001010010101101101011001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ADDC6;
 }
 .AnyTagClassName
 {
   color: #3ADDC6;
 }
</style>
background-color css

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

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

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

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

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

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