#3AC7C7

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

Shades of Medium Turquoise #3AC7C7

Tints of Medium Turquoise #3AC7C7

Color information

#3AC7C7 (or 0x3AC7C7) is unknown color: approx Medium Turquoise. HEX triplet: 3A, C7 and C7. RGB value is (58,199,199). Sum of RGB (Red+Green+Blue) = 58+199+199=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: green, blue. Hex color #3AC7C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC7C7 is #C53838. Grayscale: #9C9C9C. Windows color (decimal): -12924985 or 13092666. OLE color: 13092666.

HSL color Cylindrical-coordinate representation of color #3AC7C7: hue angle of 180º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC7C7 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB58199199-
CMYK0.71000.22
HSL180º55.73%50.39%-
HSV(B)180º70.85%78.04%-
XYZ32.4845.8761.17-
YUV156.84151.7957.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.72%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=12.72%
G=43.64%
B=43.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal581991990.71000.2218055.7350.39
Hex3AC7C7470016b43832
Octal7230730710700262647062
Binary11101011000111110001111000111001011010110100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,199,199); }

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

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

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

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

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

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

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